View Full Version : How do u position drop down menus?


maybe
08-23-2003, 03:45 AM
This is my site http://geocities.com/petz293/magic_iframe.htm I have a drop down menu but it is in the wrong place! I want to have it more in the middle of the left frame! Is there a code to absolute postion it?
thanks :)

kittycat
08-23-2003, 04:59 AM
<div style="position: absolute; top: ##px; left: ##px;">
drop down code
</div>

Change ## to the number of pixels you want.

maybe
08-23-2003, 08:12 PM
thanks :)