Click to See Complete Forum and Search --> : div over ifame


Yalovetsky Igor
July 19th, 2002, 08:57 AM
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.

websmith99
September 25th, 2002, 06:00 PM
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.