[RESOLVED] Drop Down items appear behind image on screen
I created a CSS drop down menu, but the images in the HTML interfere with the menu. The drop down items fall behind the image. If anyone can tell me how I can make the items appear over the image, it would be appreciated.
It happens in IE and Chrome, but not in Firefox or Safari.
Here is the link: http://turnkeyelite.com/menus. Mouse over All About SEO to see the drop down. It falls behind the video image.
The image is not really an image, it is actually a youtube video. How would I declare that in the CSS. I can't use the standard rule for images e.g. background-image:url('paper.gif');
You don't need to apply any z-index to the image or the video... by default all HTML elements start out at z-index level 0.
Just give your menu content a z-index higher than the default (z-index:10 for example).
Start there..
EfV
Bookmarks