It sounds like you might be trying to set css properties via the .attr
method instead of the .css method.
--
Brandon Aaron

On Wed, Nov 26, 2008 at 10:23 AM, tukutela
<[EMAIL PROTECTED]>wrote:

>
> Hi all, I have some additional information which I hope might be of
> use.
>
> the function is passed the following variables:
> name = color
> value = inherit
>
> unfortunately I'm not able to get the elem to help out more, anyone
> have any suggestions on how to debug?
>
>
> On Nov 26, 9:42 am, tukutela <[EMAIL PROTECTED]> wrote:
> > HI all,
> >
> > This only happens with IE (all versions), on line 1120 in
> > jquery-1.2.6.js I get the following error.
> >
> > Line 1120:
> > Invalid Property Value
> >
> > The line in the js file is the following:
> >
> > elem[ name ] = value;
> >
> > It inside attr: function( elem, name, value )
> >
> > Does anybody have a problem similar to this?
>

Reply via email to