Topic: CSS (possibly) problem with hover menu (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: iasi, romania |
posted 08-12-2004 14:01
I had to make a hover menu that was full CSS, and i couldn't make it work in IE, because of the old issue of IE not supporting :hover for anything else but the a tag. |
Bipolar (III) Inmate From: iasi, romania |
posted 08-12-2004 17:15
well, i guess i fixed the problem, i had the level 2 and level 3 layers hidden with display:none and i was making them visible with display:block |
Paranoid (IV) Inmate From: Brisbane |
posted 08-12-2004 18:40
Not sure if this'll work, but try removing the whitespace inbetween the actual markup, when using a valid doctype I believe white space is still treated as an actual text element and not automatically stripped (at least it's usually not in the gecko based browsers). |
Bipolar (III) Inmate From: iasi, romania |
posted 08-12-2004 23:22 |
Paranoid (IV) Inmate From: Brisbane |
posted 08-13-2004 02:02
White space as in: code: <ul>
code: <ul><li>Some text</li></ul>
|