JavaScript DIV's Width & Height info
Most useful tool for web designers...
How many time you've had a problem because you didn't know what is the DIV's width or height
onclick="alert('Width = ' + offsetWidth + 'px' + '\n' + 'Height = ' + offsetHeight + 'px')"



