Am i completely missing something here? I want the link to be Red and when you rollover/hover it goes Black. Then once clicked i want the link to remain Red but instead it goes black.
I can attached the entire CSS file if there might be something in there that's causes a conflict.Code:a img { border: none; text-decoration; } a { outline: none; } a:link { text-decoration: none; outline: none; color: #990000; } a:hover { text-decoration: none; color: #000000; } a:visited { text-decoration: none; }
Appreciate any help - its got me stumped


Reply With Quote
Bookmarks