Div box dimensions are measured using jQuery with following code:
$(document).ready(function(){
var h = $("#testbox").css("height");
});
In FF it gives for me 270px, in IE auto. How can I measure actual div height/width in IE without changing it's css?