INSIDE THIS BLOG>>>>>>

marquee with dashed border and text color

marquee with dashed border Demo
<marquee direction="left" bgcolor="#FF33FF" style="border:3px dashed red; color:green;">marquee with dashed border</marquee>
code
For mouse over add this code in marquee code:
 mouseover="this.stop();"
 mouseout="this.start();"
for border color or size and text color edit this code: 
border:3px dashed red;
color:green;



No comments:

Post a Comment