[jQuery] Re: IE7 can't accept marginRight property

2008-07-13 Thread SM
maybe try 15 (number) instead of "15px" (string)? i am using marginRight with animate and it works in FF, Safari, and IE7. I'm using a number instead of a string as the value. On Jul 12, 5:22 pm, Paul <[EMAIL PROTECTED]> wrote: > Hi all, > I was just wondering if anyone's come across this issue

[jQuery] Re: IE7 can't accept marginRight property

2008-07-12 Thread Karl Rudd
This sounds like a IE7 CSS quirk/bug rather than a jQuery/JavaScript problem. Dealing with margins on "inline" content can be tricky. Karl Rudd On Sun, Jul 13, 2008 at 10:22 AM, Paul <[EMAIL PROTECTED]> wrote: > > Hi all, > I was just wondering if anyone's come across this issue or maybe if > it