irkevin Posted October 17, 2007 Share Posted October 17, 2007 Hi i have a little problem there and this is getting me mad.. My iframe displays well in FF, but it won't show up in IE. here's the code <table border="0" width="76%" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top"><iframe src="shout.php" name="shout" scrolling="NO" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe></td> </tr> </table> Whats wrong? Link to comment https://forums.phpfreaks.com/topic/73583-iframe-wont-display-in-ie-when-i-use-table/ Share on other sites More sharing options...
darkfreaks Posted October 17, 2007 Share Posted October 17, 2007 <iframe src="shoutbox/index.php" id="document.getElementById('iframe').history.go(0);" name="shout" width="100%" frameborder="1" marginheight="0" marginwidth="0" scrolling="yes"></iframe> Link to comment https://forums.phpfreaks.com/topic/73583-iframe-wont-display-in-ie-when-i-use-table/#findComment-371343 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.