Latest Lists

How do I make a dropdown list using HTML coding?

I don't know how to do it. I need the one that you hover over a button and a dropdown comes up. Like the same when you hover your cursor/mouse over the "Browse categories" Button just under the My yahoo in the top left corner of your screens. PLEAASE Help!

Public Comments

  1. Simple method is: <select> <option>Value 1</option> <option>Value 2</option> </select> Advanced method is using element:hover in CSS to display a hidden <div> Hope this helps! If you need further assistance/advice, feel free to contact me.
  2. What Yahoo uses is the same as a nav menu... See following sites for navigation menus: CSS Library Horizontal CSS Menus: http://www.dynamicdrive.com/style/csslibrary/category/C1/ CSS Library Vertical CSS Menus: http://www.dynamicdrive.com/style/csslibrary/category/C2/ http://www.dynamicdrive.com/dynamicindex1/ http://www.cssplay.co.uk/menus/ How to Style an Unordered List with CSS: http://www.webreference.com/programming/css_style2/index.html Sexy Drop Down Menu w/ jQuery & CSS: http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html NavDock jQuery Plugin (Ver 1.5.1): http://plugins.jquery.com/project/NavDock Making CSS Rollover Buttons: http://www.elated.com/articles/css-rollover-buttons/ More...
Powered by Yahoo! Answers