Hi -
My navigation menu was disappearing behind YouTube videos placed on the page in both Firefox and Chrome (Mac). I haven't looked at other browsers, but it probably was similar.
I added the following code to the ATO HTML/CSS Inserts to try to fix it:
ul.rMenu li:hover {
z-index: 99999; /* make sure this and any sub-menus that pop
appear above everything else on the page */
}
(The original code had the z-index at 999.)
This fixed the problem in Firefox but not in Chrome for pages with YouTube videos like this one:
http://www.bobrow.com/archicad-tutor...rites-palette/
Any ideas what I can do?
Eric
P.S. I also have a styling issue re my menus, that gets particularly noticeable when I have a submenu (see my menu ArchiCAD Tutorials > Videos submenu). There are a few pixels of extra whitespace around the colored menu background, creating a strange gap. I'm sure this is a simple CSS styling thing, but I haven't been able to figure it out. It looks ugly, and I'd love to clean this up.