Topic: CSS inter-browser question (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: iasi, romania |
posted 07-08-2004 00:49
I'm trying to make a hover-menu without JS. And I have some example i'm adapting. code: li:hover {display:none}
code: li:hover {display:block}
|
Nervous Wreck (II) Inmate From: BC, Canada |
posted 07-08-2004 00:51
It disappears when you put your mouse off of the Products button... |
Paranoid (IV) Inmate From: France |
posted 07-08-2004 00:57
crip: As you probably already know, IE/PC only accept the :hover pseudo classe on A tags. So if you wanna stay away from JS, you'll have to nest the content of your LI in an A tag filling completly the space of the LI. |
Bipolar (III) Inmate From: iasi, romania |
posted 07-08-2004 09:10 |
Bipolar (III) Inmate From: iasi, romania |
posted 07-08-2004 10:21 |