View Full Version : Help me please!!


funkychick211002
05-29-2006, 09:48 PM
My site is www.freewebs.com/emma-r-online, and if you click on the link i'm sure you will see my problem. When you have the window not maximised the i-frames go out of line, can you help me fix this. This is the html for the i-frames:

<iframe frameborder="0" width="189" height="86" FRAME SRC="newpics.html" NORESIZE name="newpics" style="position:absolute; left:196; top:484" scrolling=NONE></iframe>
<iframe frameborder="0" width="193" height="86" FRAME SRC="topaffliates.html" NORESIZE name="topaffliates" style="position:absolute; left:405; top:484" scrolling=NONE></iframe>
<iframe frameborder="0" width="189" height="86" FRAME SRC="linkmeshort.html" NORESIZE name="linkmeshort" style="position:absolute; left:616; top:484" scrolling=NONE></iframe>
<iframe frameborder="0" width="400" height="774" FRAME SRC="home.html" NORESIZE name="home" style="position:absolute; left:198; top:640" scrolling=AUTO></iframe>
<iframe frameborder="0" width="190" height="141" FRAME SRC="sitestats.html" NORESIZE name="sitestats" style="position:absolute; left:618; top:666" scrolling=NONE></iframe>
<iframe frameborder="0" width="189" height="453" FRAME SRC="currentprojects.html" NORESIZE name="currentprojects" style="position:absolute; left:618; top:854" scrolling=AUTO></iframe>

pb&j
05-30-2006, 04:45 AM
they behave like that because you are using ABSOLUTE positioning on them which places them at a specific spot on the page starting from the top/left corner.

a different screen resolution = a different spot on the page.

funkychick211002
05-30-2006, 10:47 AM
thanks,

I now have another problem too 2 of my frames are at the bottom of the page under the layout, how do i fix that?