Taylor_1978
09-27-2006, 09:24 AM
Howdy...
I have an iframe set up as such:
<iframe name="tourney" src="tourneyonline.php" width="99%" height="45%" frameborder="0"></iframe>
This works perfectly in firefox.. and not in IE.. in IE it doesn't do % of browser.. instead I end up with an extremely large iframe.
I attempted to do it in CSS with a style="width:99%;height:99%;" but not only did this not work in IE, but it made my iframe in firefox extremely small..
Any help appreciated! :thumbsup:
I have an iframe set up as such:
<iframe name="tourney" src="tourneyonline.php" width="99%" height="45%" frameborder="0"></iframe>
This works perfectly in firefox.. and not in IE.. in IE it doesn't do % of browser.. instead I end up with an extremely large iframe.
I attempted to do it in CSS with a style="width:99%;height:99%;" but not only did this not work in IE, but it made my iframe in firefox extremely small..
Any help appreciated! :thumbsup: