Mouse over marquee
Marquee with mouseover and coloured text
BBCode:
Kod:
[marqueem]{TEXT}[/marqueem]
:
tml]'[marqueem]' => '<marquee style="color:#ff0000" onmouseout="this.start()" onmouseover="this.stop()" loop="-1" scrollamount="4" width="100%">',
'[/marqueem]' => '</marquee>',
Example:
Kod:
[marqueem]This is a marquee[/marqueem]