On Mon, 30 Oct 2006 05:05:01 +0000, speel wrote
(in article <1162184701.703249.228050 (AT) m7g2000cwm (DOT) googlegroups.com>):
Quote:
Ok well i'm working on a simple intro page to a site. And any time i
resize the browser or have a different resulution the iframe moves out
of place. Any help would be appriciated. And here is the site . http://www.usawarez.us/speel3k/ |
Well the reason for this I think is that the positioning of the image
in the background is quite different from that of the iFrame.
The iFrame is "locked" to be always 430 px from the right of the
view-port (browser window frame) and and 50 px from the top.
The background image on the other hand is not "locked" in this manner
and so it is remaining in the centre of the browser window when the
window is resized.
A nicer way to do the text that you have in the iFrame would be simply
to put the text in your HTML document and use CSS to define the size
and position of the element and then set the overflow property of the
element to scroll.
--
Patrick
Brighton, UK
<http://www.patrickjames.me.uk>