Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
website drop down menu html?
Hello everyone. I'm workong on a website right now and I need help. At the top of the website I have Home, features, guestbook, contact me, photo gallery, etc. I just want to know how to give each of those things a drop down menu. For example, if someone puts there mouse over the features, I want a menu to drop down from there saying a bunch of features he can do. I just dont want my website to look over crowded with all of these things, it would look a lot better if it had drop down menus. If someone could give me the html code to do this and explain what to do, that would help me a lot. Thank you.
5 Answers
- Anonymous1 decade agoFavorite Answer
See following sites for navigation menus:
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...
How To:
http://www.w3.org/TR/WCAG10-HTML-TECHS/#links
http://www.creativepro.com/article/dreamweaver-how...
http://efuse.com/Design/navigation.html
Simple JQuery Accordion menu: http://www.i-marco.nl/weblog/jquery-accordion-menu...
Drop-Down Menus, Horizontal Style: http://www.alistapart.com/articles/horizdropdowns/
The Right Way to Make a Dropdown Menu: http://www.sitepoint.com/blogs/2009/04/01/the-righ...
Ron
- anastasieLv 45 years ago
It would not be straightforward HTML. properly, that is person-friendly, notwithstanding that is no longer HTML. you will would desire to write down Javascript code to generate it. additionally, how is the drop down record going to be populated? Is it a static record that receives manually as much as date, or is it dynamically as much as date each time a sparkling e-newsletter is available? If that's the latter, then you definately'll additionally % server component coding besides.
- ElysionLv 41 decade ago
While you can make drop down menus with this:
<select>
<option>About me</option>
<option>Features</option>
</select>
After reading your description, it looks like it's not what you want. You should use JavaScript to create the drop down menus. Even if you decided to go with <select> tag alternative, you would need JavaScript to take the user to the selected menu anyways, unless you use PHP.
Additionally, there is a JavaScript framework called jQuery which already comes with premade code for animated drop downs, if I recall correctly.
- 1 decade ago
Ah, I'm pretty sure someone would answer this question, but if no one does, then look into these two keywords: "dhtml dropdown" and "javascript." What you want is probably a javascript 'onmouseover' but it can also be achieved with CSS, however, I'm the last person who knows anything about animations. But I hope those keywords will help you. :) Good luck!
- How do you think about the answers? You can sign in to vote the answer.
- BertLv 61 decade ago
http://personal.inet.fi/business/toniarts/ehtmle.h...
or google your question - it will show you options - Google is a Great THING! Do your homework on GOOGLE!