I don't know if someone's already figured this out, but from what I've read, nothing seemed to work.
I just figured out how to make an Iframe have a fluid width and height!
Here's how: add!importantto the height and width CSS on it:
It works in Firefox 3 (What I'm using). If anyone could post the results in other browsers/versions, it would be great!Code:<iframe src="page.html"style="display:block; width:100%!important; height:100%!important;"/>
Cheers,
X96



Reply With Quote

Bookmarks