0
I have that code marquee
here:
<marquee direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="2" height='18px' width='180px'>MEU TEXTO</marquee>
I would like the text to scroll ONLY when I mouse over it and stop when I take the mouse off it.
I didn’t want to use this "MARQUEE" but a jQuery to look more elegant.
I adapted but it didn’t work: http://jsfiddle.net/56pb9nwp/
He’s rolling on his own!
Okay, none of the other effects do what I need, could you point me to any modifications to the code I have? It would be easier because I’m a bit of a layman.
– Lopes