Jump to content

Navigation dissapearing under iframe?


liamloveslearning

Recommended Posts

Hi, Im currently working on a website which contains an iframe, my navigation is just above my iframe and has a dropdown, my problem is the dropdown dissapears under my iframe, Ive given my dropdown a z-index much higher than my iframes and tried everything I can think of, you can see the problem here www.liamm.co.uk/s if anybody can help me that would be great

Link to comment
https://forums.phpfreaks.com/topic/181999-navigation-dissapearing-under-iframe/
Share on other sites

Your iframe css needs to have position:relative; added to it because z-index will not work without a position set.  Also the flashcontent div inside the iframe needed position:relative; z-index:1; added. After that i was able to see the menu above the flash.

One of the main issues causing this is the flash.  You need to specify wmode="transparent" as one of the flash attributes. Its a known issue with flash and html elements.  Also set the position and z-index of the flash element along with adding the position and z-index of the jqueryslider ul.

 

I messed with it through firebug and finally got it to display right.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.