How can I place div over iframe.
Even when I place iframe on another div and set needed zIndexes it's not help me.
Actually I need to unfold menu over iframe.
Printable View
How can I place div over iframe.
Even when I place iframe on another div and set needed zIndexes it's not help me.
Actually I need to unfold menu over iframe.
It sounds like you're trying to have a DHTML expandable menu
hover over an <iframe> frame. This will not work, as the <iframe>
is a separate frame, with a separate document. Only if you
explicitly write out the <div>'s to the document in the <iframe>
itself will this work.
An HTML <select> drop down menu can hover over an <iframe>
when expanded, because as an activeX control it has the highest zIndex.