Needs review
Project:
Pluralism
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2010 at 19:10 UTC
Updated:
27 Jun 2010 at 19:10 UTC
I would suggest changing the following CSS rule:
div#menu a:hover {
border-bottom: 3px solid #FF5A00;
padding-bottom: 0;
}
into:
div#menu a:hover, div#menu a.active {
border-bottom: 3px solid #FF5A00;
padding-bottom: 0;
}
This would make primary links highlighted when active. A simple change which dramatically improve menu usability.