Thread: Drop Menu Help
View Single Post
  #2 (permalink)  
Old Jul 13th, 2005, 17:56
johnk johnk is offline
New Member
Join Date: Jul 2005
Location: UK
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
instead of trying to apply an absolute position to a generic element, you should use a class and hold the menu in between <div> brackets

Code: Select all
.dropmenu{position:absolute;top:350px;left:150px;}

<div class="dropmenu"></div>
Reply With Quote