INSIDE THIS BLOG>>>>>>

marquee with border, border color, border size and text color

marquee with double border Demo
<marquee direction="left" bgcolor="yellow" style="border:10px double blue; color:green;">marquee with double border</marquee>
Marquee Code
for mouse over stop and start code:
mouseover="this.stop();" 
mouseout="this.start();"
for border, border size and text color edit this code:
border:10px double blue;
color:green;
you can also change the bgcolor, direction and more see all marquees demo and code click here

No comments:

Post a Comment