liScroll Newsticker Chrome Problem
I need to fix NewsTicker wich works fine in Mozilla but not in chrome and I can't find any answer why in chrome the 开发者_Python百科list lines are double instead of beign near each other. Any hint?
http://nick.georates.net/
I have used plugin from here
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
This bug was difficult to debug. It was very inconsistent for me during testing.
So, with a little uncertainty, I suggest you try these two ideas:
- On your
eprs.png
images, changeheight="30px"
toheight="30"
. Change your initialization code to use
.load()
instead of.ready()
:$(window).load(function() { $("ul#newsticker2").liScroll(); });
精彩评论