860leone510vandover278
New Member
I'm wondering if there is a way to have a div, absolutely positioned, hover over the border of the iframe that div is in. Can this be done? My case:I have an iframe with a list of files in it, on the right end of each file there is a button. I want to have a div-popup with some functions like a contextmenu. But because this button is at the edge of the iframe the absolutely positioned div is put behind/outside the iframe viewport. I want it to overlay in the rest of my document, outside the iframe.\[code\]?<iframe width="100" height="100">div would be in here, say 300 x 100 px.</iframe>overlayed div should be visible here as well, basically the div should overlay the iframe.?????????????????????????????????????????????????\[/code\]