john love
04-21-2011, 01:52 PM
The usual subject,I guess, namely css drop down menus appearing behind certain content. This content is solely mp4 video. No other content is affected. And, of course, it’s unique to windows browsers, but just IE and Firefox (more about this later).
I thought it was due to the nefarious z-index bug. So I took care of that by:
#menubar menu {
z-index: 1000;
}
.. and the same for #menubar li, #menubar and #menubarParent, that is, up to the very top of the ancestor chain. Unless I really messed up, this should take care of the z-index bug in IE. But the problem also occurs in Windows’ Firefox. Windows’ Opera and Safari are okay, just like the entire Macintosh line.
The fact that both Firefox and IE are affected seems to indicate that the problem is not the z-index anomaly.
Here is the overall site link (http://webpages.charter.net/jolove/escort) and here is the menubarr.css (http://webpages.charter.net/jolove/Escort_Folder/css/menubar.css) link.
HAALP!
John Love
I thought it was due to the nefarious z-index bug. So I took care of that by:
#menubar menu {
z-index: 1000;
}
.. and the same for #menubar li, #menubar and #menubarParent, that is, up to the very top of the ancestor chain. Unless I really messed up, this should take care of the z-index bug in IE. But the problem also occurs in Windows’ Firefox. Windows’ Opera and Safari are okay, just like the entire Macintosh line.
The fact that both Firefox and IE are affected seems to indicate that the problem is not the z-index anomaly.
Here is the overall site link (http://webpages.charter.net/jolove/escort) and here is the menubarr.css (http://webpages.charter.net/jolove/Escort_Folder/css/menubar.css) link.
HAALP!
John Love