本文介绍了marquee滚动文本在火狐和IE中越来越颤抖的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的应用程序中有滚动文字:
< marquee scrolldelay =20scrollamount =5 style =font-size:15pt; color:#FFFFFF; font-family:Calibri; width:834px; font-weight:bold;> 欢迎使用abc技术< / marquee>
它在chrome中工作正常,但是在firefox和IE中,文字正在变得颤抖。如何解决这个问题.plz建议我。
提前感谢。
解决方案
Hi,
I have scrolling text in my application:
<marquee scrolldelay="20" scrollamount="5" style="font-size: 15pt; color: #FFFFFF; font-family: Calibri;width: 834px; font-weight: bold;">welcome to abc technologies</marquee>
its working fine in chrome, but in firefox and IE the text is getting shiver.how to fix this problem.plz suggest me.
thanks in advance.
解决方案
这篇关于marquee滚动文本在火狐和IE中越来越颤抖的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!