links onmouseover & onmouseout
•
12 Mar 2007, 17:51
•
Journals
a {text-decoration: none; onmouseover: "this.style.color='#ff0000'"; onmouseout: "this.style.color='#990033'"}
i know only a little about css but im sure this aint working and when i put onmousever... etc in an <a> tag it works
help <3
i know only a little about css but im sure this aint working and when i put onmousever... etc in an <a> tag it works
help <3
A:visited { COLOR: #dddddd; TEXT-DECORATION: none; }
A:hover { COLOR: #CECBB9; TEXT-DECORATION: underline; }
A:active { COLOR: #CECBB9; TEXT-DECORATION: underline; }
lol
otherwise you should take a look in http://www.crossfire.nu/css/xf3.css
nvm, soz =d
a:link { color: #990033; text-decoration: none; }
a:visited { color: #990033; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: none; }
a:active { color: #990033; text-decoration: none; }
Is the correct answer to your question.
Fr3aK's works
a:link { color: #990033; text-decoration: none; }
a:visited { color: #990033; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: none; }
a:active { color: #990033; text-decoration: none; }