Jquery issue (bug?) in IE with .css() manipulation?

1. I would guess the lack of unit is an issue in some browsers. – KP.

Jan 25 '10 at 16:18 Thanks for the response guys. I've just tried all of those suggestions, and chrome / ff both seem happy with all of those vaients, but IE is still giving the same error- even if I just change the property to marginLeft. – user277260 Jan 25 '10 at 16:29 Can you post your javascript code and markup, or a snippet of it?

– KP. Jan 25 '10 at 16:46 If you set the margin-left to a static value, does the error go away? Such as: $('#background-wrapper>img').

Css('margin-left','5px'); – KP. Jan 25 '10 at 16:59 yeah, the error goes away if I do that. – user277260 Jan 25 '10 at 17:05.

Using Javascript to set CSS properties has a little caveat: Instead of using dashes to separate multi-word properties, you use camelCasing. So margin-left should be marginLeft... $('#background-wrapper > img'). Css('marginLeft', $diff).

1 Both dashed and camelCase version will work: "Also, jQuery can equally interpret the CSS and DOM formatting of multiple-word properties. For example, jQuery understands and returns the correct value for both . Css('background-color') and .

Css('backgroundColor'). " api.jquery. Com/css – KP.

Jan 25 '10 at 16:41.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions