View Full Version : POSITIONING frames?? How do I move the frames??


twistidxrainb0w
05-23-2004, 07:04 PM
Ahh Im pretty frustrated. Ive got everything correct, except for MOVING the main frame. Find my disaster (http://www.geocities.com/vendmach/new/frames.html) here.
This is what the disaster is supposed to look like. Non-disaster (http://www.geocities.com/vendmach/new/twist.html).
Please help! Thank you so much! :idea:

Cherchezlafemme
05-23-2004, 07:09 PM
1.) Breath.

2.) Insert this code in the IFRAME tag:

style="position: absolute;top 100px;left: 100px;"


replace 100 with the desired amount of pixels ;)

twistidxrainb0w
05-23-2004, 07:16 PM
Hey, thanks a bunch for trying to help, but Im not using IFRAMES. And Im confused with these frames still.. this is what part of my frames.html looks like:
<frameset cols="*,800,*" border="0">
<frame src="border.html" noresize scrolling="no" marginheight="0" marginwidth="0">
<frameset rows="*,52,489,53,*" border="0">

If you could possibly help again, that would be gracious.