It works fine in Firefox and Chrome, but does not work in IE8. Here is the html structure:
Personally I would do this.
var styles = { margin: '0', padding: '5px', border: 'solid 0px black' } $('body').css(styles);