开发者

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, change height="30px" to height="30".
  • Change your initialization code to use .load() instead of .ready():

    $(window).load(function() {
        $("ul#newsticker2").liScroll();
    });
    
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜