Get the size of an element in pixels, including margins
Usage

width, height = size(element)
Given a DOMelement
, return an array containing that element's width
and
height
in pixels.