Basically I am trying to use jQuery to add classes to certain
elements. Works in IE7 and every other browser but not IE6. This an
example of a jQuery statement I have in place so far:

$(document).ready(function() {

        $('BODY > DIV').addClass('mainDiv');

});

The CSS has certain styles that apply to anything with the class
"mainDiv" and those styles show up in every browser except for IE6.

Reply via email to