Oh, I should mention that ## is there instead of # because the jQuery is inside a cfoutput tag.
On Dec 19, 2:17 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > 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?