View Full Version : Postioning Drop Down Menus


StarletEireann
05-04-2003, 05:29 PM
I'm working on my new layout, and I'm gonna use a drop-down menu. I just cannot figure out how to position it. Is there a code or anything someone can give me? Thanks so much!

Lemon Squash
05-04-2003, 05:47 PM
Try..

<div style="position:absolute; top:0; left:0">
Dropdown code goes here
</div>

StarletEireann
05-04-2003, 06:02 PM
http://www.geocities.com/elvish_eireann/

There's the layout. I'm trying to get it to the right of the text somewhere.

Lemon Squash
05-04-2003, 06:08 PM
Yeah.. just use the code i gave you above, just keep changing the top:0 and the left:0 untill you get it where you want.

StarletEireann
05-04-2003, 06:12 PM
Thanks!

Lemon Squash
05-04-2003, 06:13 PM
no prob! :)