Hi,

I am creating a new div and using the .height(1) method to set it's
height to 1 pxiel high.  In IE7 and FF this works fine, however in IE6
for some reason 18 pixels are mysteriously added to the height of the
new div.  It seems to be added at the point when it is inserted into
the DOM so getting the height value before it is appended shows the
correct height but getting it after it is appended shows the wrong
height.

I have tried to set the height after the element has been appended but
this doesn't work.  Its proving really difficult to debug as IE6 is
utter poo and doesn't have a DOM explorer or proper error console or
any useful tools at all, so it's difficult to see what is going on or
why this is happening.

No live site I'm afraid so can't give a demo page...any suggestions
hugely appreciated :)

Reply via email to