Forum Moderators: not2easy
Tried the z-index with several layers to make sure the javascript sat above the layer but no luck...
everything looks good in FireFox, so i decided to try the negative Z index, and the layer dissapers in Firefox, but then works great in IE...
anyone got a hack for this issue?
I'm going to guess that position: relative is in here somewhere and then a width/height or two? I've done an extensive study on stacking contexts in IE when position relative and hasLayout is involved but unfortunately there is no easy answer as the IE6/7 I tested with has changed and the rules are not adhered to in either version..
You could use a conditional to feed your neg z-index to IE only if that works?
Suzy