PDA

View Full Version : I fames and %


Psychoman
06-08-2004, 12:25 AM
is there a way to resize an I frame so that it is positioned to the right at the px I want, but at the same time make the top, bottom and right edges reach the edge of the viewing area by percentages?

Please don't post to tell me I-frames suck, I have no choice in the matter

mindlessLemming
06-08-2004, 12:42 AM
Sure :)

#iframes_suck {
position: absolute;
width:100%;
height:100%;
right:10px;
top:0;
}

*untested but should work*