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
Primary Nav dropdown overlapped by GlobalNav
Started by
taxguycpa
, Jul 29 2011 05:48 AM
3 replies to this topic











