HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
What is the code for a drop down menu
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
downsy007



Joined: 06 May 2008
Posts: 2

PostPosted: Tue May 06, 2008 3:16 pm     What is the code for a drop down menu Reply with quote

what is the html code so when you hove your mouse over something it drops down
rsleventhal



Joined: 19 Mar 2008
Posts: 20

PostPosted: Wed May 07, 2008 11:04 am     Reply with quote

There are any number of ways to accomplish a drop-down menu.

Generally the markup is an unordered list:

Code:

<ul>
   <li>Top Level 1</li>
   <li>Top Level 2</li>
   <li>Top Level 3</li>
   <li>Top Level 4</li>
</ul>


If you need submenus, a really nice collection of methods using mostly css and a little bit of js is available at Project7.

http://www.projectseven.com/tutorials/navigation/auto_hide

A google search for css dropdown menus will reveal the two listed below as well as many more.

http://www.tjkdesign.com/articles/keyboard_friendly_dropdown_menu/default.asp
http://www.cssplay.co.uk/menus/final_drop.html
HTH,
-Ray
PayneLess Designs



Joined: 28 Feb 2007
Posts: 771
Location: Biloxi, MS

PostPosted: Wed May 14, 2008 11:06 pm     Reply with quote

I know you will find exactly what you want in one of the drop down menus on mouseover at Stu Nicholls' site.

Ron
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial