[jQuery] Can't set CSS left for IE6
[jQuery] Can't set CSS left for IE6
if( $.browser.msie && (jQuery.browser.version < 7.0000) ) {
$('div##rightShoppingCartButton').css("left","582px");
}
Can anyone see why this doesn't seem to be recognized at all by IE6?
Topic Participants
nathan7771
jdsharp