INSIDE THIS BLOG>>>>>>

Marquee with background color

marquee with background color

1. Marquee with Background color without mouseover.
CODE
<marquee bgcolor="red" direction="left">marquee with background color</marquee>

marquee with background color and moouseover
2. Marquee with Background color without mouseover.
CODE
<marquee bgcolor="#00FF00" direction="left" onmouseout="this.start();" onmouseover="this.stop();">marquee with background color and moouseover </marquee>

Note: choose bgcolor name or color code:
color chart

3. Add HTML Code different direction and different behavior with our full code and demos.
   <marquee bgcolor="green" direction="left" behavior="alternet or slide or scroll" loop="5 or 1 or 5 or .....">marquee with background color</marquee>





No comments:

Post a Comment