Topic: Div BGcolor Rollovers can't be *that* hard.... (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 10-25-2002 09:03
....right? |
Paranoid (IV) Inmate From: Milwaukee |
posted 10-25-2002 09:13
Specify a bit more. I tested your code, and the background of the link text is changing, but not the background of the containing DIV. This is as it should be. It would be nice to be able to slap a :hover on any element, but unfortunately only Mozilla lets you go hog-wild with that... so what you're looking for is to make the background-color change stretch across your entire containing DIV? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-25-2002 13:12
PS: Its certainly doable. See the resources here for all the explanation: |
Bipolar (III) Inmate From: Berlin, Germany |
posted 10-25-2002 17:59
<HTML> |
Bipolar (III) Inmate From: Cold Sweden |
posted 10-25-2002 20:32
Add display: block; to .menu a and it should work better in Mozilla. |