Thanks for this info. I added these to the bottom of the stylesheet .tabs-nav a span { color: #ffffff; } .tabs-nav .tabs-selected a span { color: #000000; }
Works great on Firefox and almost on IE. On IE, the selected tab text is still in white (as opposed to the #000000 I intended). Any ideas? - Dave On May 15, 2:46 pm, "Giuliano Marcangelo" <[EMAIL PROTECTED]> wrote: > Dave, > > if you "go"a little more specific, and target the .tabs-nav a span, and > apply a color to that..and at same time target .tabs-nav .tabs-selected a > span for some contrast...you will get your desired effect > > On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > This should be simple, I know, but I'm having problems. Using the > > default stylesheet that accompanies the Jquery Tabs example, how do I > > change the color of unselected links? I tried adding a "color:" > > directive to the ".tabs-nav a" class, but to no avail. The links > > still appear as the standard link color in both IE and Firefox. > > > Thanks for any advice, - Dave