I\'ve searched around and couldn\'t find this. I\'m trying to get the width of a div, but if it has a decimal point it rounds the number.
Example:
Use the following to get an accurate width:
var htmlElement=$('class or id'); var temp=htmlElement[0].style.width;