I'm using Javascript to generate some div's, it works fine and in most browsers I can set the div height to 10px like I need. IE though sets it to 19px for any height setting under 19px, if I set a value higher than 19px it works as normal.
Any ideas?
I've tried setting padding and margin to 0px.