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

creaoy’s picture

In default subtheme i can see /a class="active" .../ inside li.active.
Can you please provide you html structure of tabs?

davidneedham’s picture

Status: Active » Closed (cannot reproduce)

Out 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.