View Full Version : Dividers and Iframes?


aerith86
02-02-2003, 08:37 PM
I have a dropdown menu and an Iframe. The only problem is, if I try to use <br> to push down the menu to the bottom, it moves my Iframe too, even though my Iframe is absolute positioned. Would I need a divider to move the menu without moving the Iframe?

Here is the link if you need to see what I'm talking about:
http://www.angelfire.com/music4/fragmaweb/fragmaweb.html

Thanks!

Lemon Squash
02-05-2003, 04:49 PM
Are you still having the problem? Because it looks ok to me as it is but if it really annoys you your better off using frames.

aerith86
02-05-2003, 11:52 PM
Well the bottom is supposed to say "F r a g m a W e b" across it, and the Iframe covers it, but I got someone to help me and now it's okay. Thanks though!

Alcy
02-06-2003, 12:14 AM
You can position it as many pixels you want from the top too:

<style type="text/css">
#floatframe { position:absolute; left:308px; top:0px; }
</style>

Your stylesheet should really be in the head.... :)

Hehe, whoopsies. I just read the part about it being okay :p