PDA

View Full Version : Problems with my iframe



oiseausale
10 Aug 2010, 03:29 PM
So I have tested my site out on various browsers and everything is perfect except for my iframe. It seems to shift left & right in certain browsers (by a noticeable amount). When tested in Firefox and IE on my PC it works fine. when loaded up into Google chrome it seems to shift quite a bit. I am still testing it out on other computers to see what happens.

Here is my iframe code;

<iframe src="home.html" name="content" width="576px" height="450px" frameborder="0" scrolling="no" style="position:absolute; top:65px; left:344px";>
</iframe>

The rest of my site is pretty simple just using some floating DIV tables, a background and rollover buttons. The iframe seems to be the only thing not 100% working right.

Hope someone can help me out with this,
thank you