Hi there folks,
I'm using a CSS dropdown menu from CSSplay on my site:
Example Page
Right below this navigation menu, I'd like to display an dynamicly inserted ad-banner. This works like a charm, as long as the ad isn't a flash one. In that case, the dropdown menu is covered up by the flash banner. What is strange out this however, is the fact that this doesn't happen with ALL flash banners and I've yet to find some kind of pattern.
I've already (unsuccessfully) tried to fix the problem, by toying around with various z-index values:
<div style="position:static;z-index:2;">
Code for menu
<div style="position:relative;z-index:1;">
Code für ads
</div>
</div>
The dropdown menu itself contains some additional z-index values in the css file, which determine the look and placement of the submenus. But since those z-index values are all above the value of 5, this can't be the reason for this strange behaviour.
Any ideas?
TOM



Reply With Quote

Bookmarks