Jump to content

CSS Drop Down Menu


Krewe

Recommended Posts

Alright... The one feature I need to learn.How do you create a CSS Hover over drop down menu for a horizontal navigation bar?I do not expect anyone to walk me through it. I was just wondering if anyone had a link that explains it well.My nav is set up in a <ul> just so y'all know. Appreciate it.Krewe

Link to comment
Share on other sites

you can use :hover phseudo selector on the list items and can use css3 tranisition to expand its height on hover. you will also need to set it overflow:hidden so that at initial moment the parent item will be shown. but on hover as it will expand to its fullest the entire list will be become visible.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...