Do you mean scrolling text?
I want to scrolling my text "Click here..." with color changing display with marquee tag so, can you guide me how can it be possible.
Do you mean scrolling text?
Use some JavaScript libraries like jQuery and Mootools. Because marque html tag is browser specific.
try out the following code:
<div align="center"><FONT
color="#ffffff" size="+1"><MARQUEE bgcolor="#000080"
direction="right" loop="15" width="50%"><STRONG>This
is a GOOD one</STRONG></MARQUEE></FONT></DIV>
here u can change the colour according to ur need.
Last edited by patria987; 05-30-2009 at 10:17 AM.
you can try out in javascript also to fulfill ur requirement in which u can change the colour of the font automatically or mouse over which ever u want to use.
I think it's just not compliant with xhtml 1.0.
The marquee tag is not a part of the official standard, and should be avoided in favor of JavaScript.
you can try with using div and CSS property
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks