Jump to content

Problem with Firefox


adam84

Recommended Posts

Hello, when I view my page in IE, I get all my content (all 3 iframes), but when I run it in firefox, i only get the first iframe to show up. The firefox source code is shown below, it doesn't even show up the border for the last two frames. Any ideas?

 

 

<iframe width="100%" height="350" src="page1.php" frameborder="0" scrolling="no"><br>
<iframe width="100%" height="350" src="page2.php" frameborder="1" scrolling="no"><br>
<iframe width="100%" height="350" src="page3.php" frameborder="1" scrolling="no">

Link to comment
https://forums.phpfreaks.com/topic/205417-problem-with-firefox/
Share on other sites

Hi,

 

You need to close the iframes:

 

<iframe width="100%" height="350" src="" frameborder="1" scrolling="no"></iframe>
<iframe width="100%" height="350" src="" frameborder="1" scrolling="no"></iframe>
<iframe width="100%" height="350" src="" frameborder="1" scrolling="no"></iframe>

 

Joe

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.