Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-14-2012, 09:41 PM   PM User | #1
andwfara1
New Coder

 
Join Date: Mar 2012
Posts: 35
Thanks: 12
Thanked 0 Times in 0 Posts
andwfara1 is an unknown quantity at this point
Exclamation CSS3 Dropdown Menu ON state

I'm trying to make it so my dropdown menu, when it drops; that the tab that the drop is under, stays highlighted when hovering over the drop items. Currently when you mouse off of it the tab disappears yet the dropdown menu is still visible.

see here - http://webbetasite.com/family - under the SERVICES tab.

Thanks for your help in advance!
andwfara1 is offline   Reply With Quote
Old 11-15-2012, 02:03 AM   PM User | #2
aaronhockey_09
Regular Coder

 
Join Date: Dec 2010
Posts: 411
Thanks: 21
Thanked 55 Times in 55 Posts
aaronhockey_09 is an unknown quantity at this point
Instead of changing the <a> tag on hover -
Change the <a> tag when you hover over the LI

Change this

Code:
#header-container #header-content .top-nav ul.menu li.menu-item a:hover
to this

Code:
#header-container #header-content .top-nav ul.menu li.menu-item:hover a
Then it should stay on while the dropdown is on as well.
aaronhockey_09 is offline   Reply With Quote
Users who have thanked aaronhockey_09 for this post:
andwfara1 (11-15-2012)
Old 11-15-2012, 03:00 PM   PM User | #3
andwfara1
New Coder

 
Join Date: Mar 2012
Posts: 35
Thanks: 12
Thanked 0 Times in 0 Posts
andwfara1 is an unknown quantity at this point
Thanks Aaron - required a little tweaking after to make sure the rounded corners didn't show up in the sub-menu - but it worked! thanks a bunch.
andwfara1 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:30 PM.


Advertisement
Log in to turn off these ads.