SPECIAL TOPICS > Iframes in detail

iFrame Overlapping problem

(1/1)

nirmalmandhata:
Hi,
I have 5 iFrames in a page & also showing dropdown combo box inside the page.
But I want when I click on the iFrame drop down, it should pop-up over the page as well as over(top of) other pages.
I also have scroll bar in the drop down popup.

So now while clicking on drop down, it shows in the same page and I am not able to see it on top of other pages.
Kindly suggest.

Thanks
Nirmal

Samrc:
Easier to diagnose while looking at the page.
But my expectation is that you need to adjust the z-index so that the piece you need on top stays on top.


--- Code: ---<iframe src="frame.htm" style="z-index:1" ></iframe>
--- End code ---

Items are stacked from a smaller z-index value to a larger z-index value, and the value can be negative.
The higher the value, the closer the box is to the visitor.  High z-index will be on top of a lower z-index object.
Take a look at this demo.   https://developer.mozilla.org/en/Understanding_CSS_z-index/Adding_z-index

DarkPureLight:
This post is great. Our very Knowledge is great

hasagisu:
I need your help very much. I just restarted itself.

Navigation

[0] Message Index

Go to full version