Today, I tried to make ticker with stop on mouse over effect. I search on google n find it…
Thatata… Just put this script, and let’s custom your own text to ticker.
<marquee behavior=”scroll” direction=”left” onmouseover=”this.stop();” onmouseout=”this.start();”>Go on… hover over me!</marquee>
I think you can ticker data from database to. I’ll used it on my big project. GBU^^

