Jump to content
Sign in to follow this  
taxguycpa

Primary Nav dropdown overlapped by GlobalNav

Recommended Posts

taxguycpa

www.cafetax.com I am starting to catch on to some of this CSS stuff, but I couldn't figure out how to keep my drop down menus in the primary nav from being hidden by the secondary (globalnav).. these are my current hooks #primary-nav ul.sf-menu li a:hover {background: #006699;} //HAVING NO EFFECT Currently working #primary-nav .main-nav li a {background: #006699; color: #FFFFFF !important;} #primary-nav .content {background: #006699;} #globalnav .main-nav li a {background: #F7F6F5; color: #000000;} #globalnav .content {background: #F7F6F5;} I need help bringing the drop down to the front so that the secondary nav isn't overlapping it

Share this post


Link to post
Share on other sites
taxguycpa

Any help ? this one should be an easy fix

Share this post


Link to post
Share on other sites
kastelic

Try :

	#primary-nav #nav_row{ z-index:1000 !important;}
	

Share this post


Link to post
Share on other sites
taxguycpa

Works great. Thanks I appreciate it a ton!

Share this post


Link to post
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

Sign in to follow this  

×