In the ZEN tabs CSS file there is the active tab accessed by li.active a. In my installation only li a.active works correctly.
In the ZEN tabs CSS file there is the active tab accessed by li.active a. In my installation only li a.active works correctly.
Comments
Comment #1
creaoy commentedIn default subtheme i can see /a class="active" .../ inside li.active.
Can you please provide you html structure of tabs?
Comment #2
davidneedhamOut of the box, here's what drupal will provide you for markup:
<li class="active"><a href="/sjsu/node/1" class="active">View<span class="element-invisible">(active tab)</span></a></li>So basically, both li.active a and li a.active should work. If it doesn't then it seems there was something changed in the markup on your install.