[jQuery] Re: Can't set CSS left for IE6

2007-12-20 Thread Jonathan Sharp
Hi Nathan, It's kind of hard to debug your example without knowing the context of the html and css. Do you have a sample url? Cheers, -Jonathan On 12/19/07, cfdvlpr [EMAIL PROTECTED] wrote: if( $.browser.msie (jQuery.browser.version 7.) ) {

[jQuery] Re: Can't set CSS left for IE6

2007-12-19 Thread cfdvlpr
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.) ) { $('div##rightShoppingCartButton').css(left,582px); } Can anyone see why this