Log in

View Full Version : a:hover query



e1seix
08-30-2007, 09:45 PM
how do i assign a:hover background-color in firefox without it adding another "line" underneath.

ie. display:block

i want it to stretch the whole way across the screen, not just for the word in general.

appreciated,

Ryan Fitton
08-30-2007, 11:07 PM
have u already got some css code, if u have please post it so i can have a look :)

Twey
08-30-2007, 11:11 PM
Eh?
how do i assign a:hover background-color in firefox without it adding another "line" underneath.A "line?" You mean an underline?
text-decoration: none;
ie. display:block

i want it to stretch the whole way across the screen, not just for the word in general.display: block; does do that, yes. What's the problem?