Posted by ryan_courtnage on August 20, 2009 at 10:26pm
Jump to:
| Project: | Austin Zen Sub Theme |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | caroltron |
| Status: | closed (fixed) |
Issue Summary
Hi,
Color.css has a bug that will cause the 1st primary menu item/tab to always be highlighted. This is because it's styling the tab via "#navbar #primary li.active-trail a" rather than "#navbar #primary li.active a". The attached patch will fix it.
Ryan
| Attachment | Size |
|---|---|
| primary_tab.patch | 78 bytes |
Comments
#1
#2
This is the intended design treatment for #primary top nav. The top item is meant to stay highlighted to indicate the "section" of the menu that you are in.