javascript - Scrolling marquee text wrap on IE9 -
I've been using have been working on a scrolling marquee SharePoint Web Part I Web Part Here cycle plugin () < / P>
The text will scroll down below and appear again at the top. Although it works as expected in IE8, in IE9, there will be problem in some string. (Eg UAT test on 9th May) When the text reappears again, it will wrap up for unknown reasons.
Here Bella link:
See the picture below:
part of the script here:
& lt; Div id = 'ticker_10eb4222-addd-4f86-8d84-94926eae0aa2' square = 'ticker' style = 'position: relative; Width: 530px; Height: 60px; Overflow: hidden; '& Gt; & Lt; Ul class = "list-style1" & gt; & Lt; Li & gt; & Lt; Period & gt; UAT test on August 1; / Span & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Script type = "text / javascript" & gt; $ (Document) .ready (function () to {(var i = 0; i & LT; 2; i ++) {$ ( '# ticker_10eb4222-addd-4f86-8d84-94926eae0aa2') .find ( "UL ") Kclon () Kappendo ($ ( '# Tikar_l0eb4222-Addd-4f86-8d84-94926eae0aa2'));} $ ( '# Tikar_l0eb4222-Addd-4f86-8d84-94926eae0aa2') Ksaikil ({fx: 'Skrollwart 'constant: 1, speed: $ (' # ticker_10eb4222-addd-4f86-8d84-94926eae0aa2 ') .find ( "UL: Eq (0) Lee"). size () * 3000, delay: 0, easy' Linear ', Rev: 0});}); & Lt; / Script & gt;
"Strangers will not be a problem like" UAT Testing "on August 1". I have tried many combinations, still the pattern is not found. What changes in IE 9 causes the problem?
Based on your Bela it seemed that
overflow css property .
I found that the
#ticker
element
to overflow by switching / code> element, it started working
.bochk-list-style1 {background color: # ffffb6; Hidden flurry; } # Ticker {border: 1 px solid black; }
I tested it in Chrome and IE 9 and it seems to work fine
Comments
Post a Comment