outer-dimensions
Get the outer dimensions of an element, including margins
var outerDimensions = ; var dimensions = ;
dimensions is an object with width and height properties.
width: //offsetWidth + left and right margins, height: //offsetHeight + top and bottom margins