Hi,
I join this thread, because it seems I have the same problem ...
My starting point was this page:
http://fussballjugend.wtal.de/menu_03/menu_v40_3.htmlAfter positioning several z-index I got access to the box I called content.
But I have to show a flash video in this box ...
http://fussballjugend.wtal.de/menu_03/menu_v40_5.htmlIt's obviously, that the menu is behind the. I made many attempts with positioning of z-index - because I think that's the right way.
Even this:
.mainmenu li ul {
position: absolute;
left: -999em;
height: auto;
width:15em;
background: #FFFF00;
font-weight: normal;
border-width: 1px;
margin: 0;
/* new item z-index:999; doesn't help ... */
But without any success.
Have you any idea how to run the site correctly?
Another question: I've found the following line in the generated menu code:
.mainmenu li:hover>ul.ul_ch
Is the character ">" correct here? Substitute it with a blank has no visible effect to the menu ...
Thanks in advance
Teefax