I have a problem whereby on IE8 (also 6) the jQuery width/height on a div is wrong.
I have the w/h set through a style. This works correctly: div.style.height.split('px')[0] While jQuery(div).height does not It is worth noting that IE returns the wrong value for div.height Should I log a bug or is this meant to be like this (since I'm guessing the error lies with IE)? Ranadave