Does anyone have a browser independent way to set a frame's height to 100% inside a panel that already has its height set to 100%. I want to open a frame to a URL (e.g., google.com), such that the frame expands to the full size of the page pointed to by the URL. Setting a frame's width to 100%. or setting a frame's height to a fixed value both work.
A quick search finds that iframes have this problem: setting its height to 100% does not work in all browsers. Solutions suggest making sure that all parent objects that contain the iframe have a style of "height:100%" or setting the height with Javascript. I have tried to set the parents of my frame to "height:100%", but have not met with success. I am not wild about using Javascript. Thanks, Danny --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
