Forum Moderators: not2easy

Message Too Old, No Replies

CSS Menu - doozy IE bug

         

jfals82

11:18 pm on Sep 10, 2007 (gmt 0)

10+ Year Member



I've tried everything to get this CSS menu to work in IE, but to no avail. It is a IE z-index bug, but all attempts to give it a z-index has only messed up the Firefox version (mac).

Any advice would be precious.

Thanks. --jfals

[edited by: jatar_k at 1:47 pm (utc) on Sep. 11, 2007]
[edit reason] no urls thanks [/edit]

Xapti

1:14 pm on Sep 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You're not allowed post links to your pages here, but I'll give you some information about z-index if you didn't know:

firstly: z-index can only be used with position: absolute, relative, or fixed; otherwise it's ignored.
Secondly, you need to keep in mind of stacking contexts. If you have two elements which are both in different parents, their z-indexes aren't compatible with eachother. You could not control which element goes on top of the other, you must change the z-index of the parents/ancestors until they have the same parent.

I assume your problem has to do with these two things. (sorry but I did not view your page)