|
Post by ~Joedagimp on Nov 22, 2008 15:45:12 GMT -5
Here we look into Marquees. Marquee's are moving images or text, thats can scroll across, up or down. the most basic one which scrolls to the left is this:
<marquee>Text Here</marquee> There are also ones which can scroll up:
<marquee bgcolor="#BGCOLOR" scrollamount="2" direction="up" loop="true" width="50%"> TEXT HERE </marquee> On this code, you can change the marquee's background color using Hex Decimal, or color names. Note: when using hex decimal names put the # character before the color code. There are marquee's which scroll down:
<marquee bgcolor="#BGCOLOR" scrollamount="2" direction="down" loop="true" width="50%"> TEXT HERE </marquee>
|
|