[jQuery] Re: CSS bug when combining Tabs and TableSorter

2008-11-29 Thread Dan Switzer
Kevin, > #sect1 a, #sect1 a span {background:none} > should solve your immediate problem The better fix is to remove this div: or, at the minimum give it a different class. The problem is by wrapping all your code in a div with a class name

[jQuery] Re: CSS bug when combining Tabs and TableSorter

2008-11-29 Thread ripcurlksm
thanks Ill give it a shot ripcurlksm wrote: > > I've got a weird bug in my CSS with using (jQuery Tabs and jQuery > TableSorter) where every time I have a link, or span on the page, it > prints a background image that is used for the jQuery tabs. > > Here is what the problem looks like: > ht

[jQuery] Re: CSS bug when combining Tabs and TableSorter

2008-11-29 Thread Giuliano Marcangelo
Kevin, #sect1 a, #sect1 a span {background:none} should solve your immediate problem :-) with problems like this, I would advise using Firebug, to see what is happening with your css 2008/11/29 ripcurlksm <[EMAIL PROTECTED]> > > > I've got a