How do I use CSS for a drop down navigation?
Jul.26, 2008 in
CSS
gpet26 asked:
So, right now I need a drop down menu for my website. I can do colors and stuff..
I need it to be on the right-handed side.. without any java-script.. anyone know how?
And it could take me down the page instead of to a next one, for like FAQ’s where you click a question and it goes BOOM down the page.
Thanks, all I need is the code with like blank colors and stuff, just and explanation really..
thanks!
Custom Search
July 29th, 2008 at 7:26 am
Create your navigation using list tags. Place a list inside a list item (the submenu). Make sure to give it an ID in the XHTML. Here’s a link for more info:
July 29th, 2008 at 11:05 pm
Oracle Interview Questions And Answers
at
July 31st, 2008 at 8:05 am
To create the drop down menus take a look at Tulipe from CSSZenGarden,
To make the links take you down the page, simply create & use the id attribute and link to it.
ex:
FAQ’s
Frequently Asked Questions
Keep in mind that, Internet Explorer doesn’t support the :hover pseudo-class for anything other than links, so the drop down menus don’t display.