Quote:
Originally Posted by carmichael1973
To add STOP/START on MOUSEOVER: In Marquee_Text Template
Change
PHP Code:
<marquee direction="$yer" scrolldelay="$vboptions [mtext_speed]">
To:
PHP Code:
<marquee direction="$yer" onmouseover="this.stop();" onmouseout="this.start();" scrolldelay="$vboptions [mtext_speed]">
|
This works but now the delay speed does not work anymore! Changing it to any value doesn't change anything at all. How come?