magpiette
12-04-2009, 09:13 AM
Hello, when I click the links in Firefox they open up in a different iframe as they are supposed to. However, although the main iframe shows up in Safari, the new iframe does not load at all.
http://www.artic.edu/~syoo7/
Here is the iframe part:
<center>
<iframe id="index" name="index" style="position: absolute; margin-top:80px; margin-left:-450px; height:500px; width:150px; border:0px; overflow:hidden" src="00blank.html">if you can see this your browser does not support iframes</iframe>
<br>
<iframe id="main" name="main" style="height:640px; width:620px; border:0px; overflow:hidden" src="home.html"></iframe>
<p><a href="home.html" target="main">home</a></p>
</center>
</body>
I searched iframe + Safari compatibility and couldn't find a solution, hopefully this is clear enough.
Thank you for your time!
http://www.artic.edu/~syoo7/
Here is the iframe part:
<center>
<iframe id="index" name="index" style="position: absolute; margin-top:80px; margin-left:-450px; height:500px; width:150px; border:0px; overflow:hidden" src="00blank.html">if you can see this your browser does not support iframes</iframe>
<br>
<iframe id="main" name="main" style="height:640px; width:620px; border:0px; overflow:hidden" src="home.html"></iframe>
<p><a href="home.html" target="main">home</a></p>
</center>
</body>
I searched iframe + Safari compatibility and couldn't find a solution, hopefully this is clear enough.
Thank you for your time!