[jQuery] Re: Setting/removing CSS classes

2008-06-13 Thread Kyle
I ran into a similar issue a few days ago and it was a CSS issue. Without seeing your CSS file this can only be a guess, but pay close attention to the order of your classes and whether or not you're applying the classes only to certain elements. For instance, my problem was as follows: span.act

[jQuery] Re: Setting/removing CSS classes

2008-06-13 Thread Joel Newkirk
Sounds to me like you have some CSS issues. If there's any other class assigned to those elements, or even any other style being applied to them, try disabling it to test. For example, try disabling everything that could be applied to these elements (particularly if you've set some style attribut

[jQuery] Re: Setting/removing CSS classes

2008-06-13 Thread Happy
Hmm, it sounds like the code is working fine. What do you have for the CSS rules for .active and .inactive ? And are you sure the page is loading the stylesheet correctly? On Jun 12, 4:32 pm, Kevin Major <[EMAIL PROTECTED]> wrote: > This is related to my past DOM traversal question from a day ag