Do you know a good way to get iframe inside messy table-based layout to stretch to 100% available height?
In IE it is as simple as <iframe height=100%>, but Opera is very picky about heights :(
I'm trying to make hotfix for someone else's site, so mess, tables and iframe has to stay :/
I know two methods using javascript:
- compute and set fixed height
- find *all* parent (parents of parents, etc.) elements of iframe and give them height: 100%
I rememver I've read somewhere that Opera sticks to odd CSS rule: element can have height in % only if parent element has height set, but I can't find in in W3C TR.
-- regards, Kornel Lesiński
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
