PDA

View Full Version : iframe come top


rijo_mathachan
05-08-2003, 08:18 AM
hai,..i am in a big trouble,

in my main window..there are three frames are there.in one of that frame there is a small iframe for calendar purpose. when i calling that iframe from a frame the iframe come only on that frame only. i want the iframe top. now if we reduce that frame the iframe cant see fully. so please help me to find how an iframe place top of all window. i tried z-index but not working. the iframe is coming only on his parent window. not parent.parent window. please help me. with a sample code.

Rijo

Danne
05-08-2003, 02:32 PM
If I understood you correctly, I think this should do it:

- Place the iframe inside a div with style="position:absolute;".
- Place that div in the top frame.