I am trying to add a class to the first child in IE6 because the css first child does not work in IE6.
So, here is what I used:
$("#subnav li:first").addClass("ieTop");
But it does not seem to work, any ideas on what I did wrong? Or does
IE6 not play well with jQuery?

