[jQuery] Re: addClass and removeClass not working in IE6

2007-05-27 Thread patcoll
Thanks Brandon, that cleared it up. On May 27, 12:46 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > This is an issue with your CSS. IE6 doesn't seem to like the .class#id > selector. You might need to rethink your approach. Perhaps keep the > unordered list and add the class to the li. That way

[jQuery] Re: addClass and removeClass not working in IE6

2007-05-27 Thread Brandon Aaron
This is an issue with your CSS. IE6 doesn't seem to like the .class#id selector. You might need to rethink your approach. Perhaps keep the unordered list and add the class to the li. That way you can reference each part like this: .class #id Hope that helps. -- Brandon Aaron On 5/26/07, patcol