At the top of my page I have a JavaScript navigation bar with drop down menus.
Middle of the page has DIV with an iframe located in it.
When user selects certain dropdown options, a MSOffice file, excel or word, is loaded into the iframe. This works great.
However, when an MSOffice file is in that iframe, the javascript dropdown menus get hidden behind the file loaded in the iframe.
Is there some type of z-order like property I can assign the iframe so that the javascipt dropdowns will display over the top? Maybe it's just not possible?
Thanks
Middle of the page has DIV with an iframe located in it.
When user selects certain dropdown options, a MSOffice file, excel or word, is loaded into the iframe. This works great.
However, when an MSOffice file is in that iframe, the javascript dropdown menus get hidden behind the file loaded in the iframe.
Is there some type of z-order like property I can assign the iframe so that the javascipt dropdowns will display over the top? Maybe it's just not possible?
Thanks