I\'m trying to correct the usual IE bugs around CSS 2.1 and need a way to alter an elements style properties to add a custom text-align style.
Currently in jQuery yo
I usually use
$(this).css({ "textAlign":"center", "secondCSSProperty":"value" });
Hope that helps