Click to See Complete Forum and Search --> : i am new


raja
06-09-2005, 07:00 AM
How to change the background color of the hyperlink dynamically?

Anyone plz.

LiLcRaZyFuZzY
06-09-2005, 07:09 AM
what do you mean by dynamically ?

BonRouge
06-10-2005, 04:15 AM
You're new? Welcome!
Now, please be aware that "i am new" is a dumb title for a thread.
Please explain your question more clearly and someone might be able to help.

the tree
06-10-2005, 04:42 AM
Does this help?a:link{background-color: #fff;}
a:active{background-color: #fee;}
a:visited{background-color: #fdd;}
a:hover{background-color: #fcc;}

LiLcRaZyFuZzY
06-10-2005, 06:24 AM
yeah, an ideal title for this thread would have been "hyperlink background color" or something similar