Kevin,

> #sect1 a, #sect1  a span {background:none}................
> should solve your immediate problem....................................

The better fix is to remove this div:

<div class="ui-tabs-nav" id="mylsi">

or, at the minimum give it a different class. The problem is by
wrapping all your code in a div with a class name of ui-tabs-nav,
you're applying the CSS rule ".ui-tabs-nav a" to all of your links.

Also, as Karl said, I can't advocate Firebug enough.

-Dan

Reply via email to