
Oct 30th, 2007, 07:57
|
|
Most Reputable Member
|
|
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Thanks: 0
Thanked 4 Times in 3 Posts
|
|
|
Re: Marquee in CSS
I found this:
- Code: Select all
<marquee bgcolor="#cccccc" border="0" align="middle" scrollamount="3" scrolldelay="60" behavior="scroll" width="200" height="12" style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; font-size: 10">Wow...Isn't
this one much better?</marquee>
and this:
- Code: Select all
<marquee bgcolor="#cccccc" border="0" align="middle" scrollamount="3" scrolldelay="60" behavior="scroll" width="200" height="12" style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; font-size: 10">Wow...Isn't
this one much better than the one above?</marquee>
some of them will only work in IE..
|