I don't think the position property was set to fixed in the first
place...

the css method can take either an string, or an string and another
valuer of any type, or a map of key/values...
so if you want to set more than one property at once, use a map:

css({"bottom": "40px", "position": "fixed", "marginLeft": "-176px"});

Reply via email to