Why is there a reported difference in element heights given the following html?
<span id="spanner" style="margin:0;padding:0;border:0;outline:0;"><input type="text" /></span>
When you ask for the height of the text box you'll get 16px. The height of the span is reported as 19px (usually, IE says 22px).