Hi All, I know this is a javascript group, but this where the great
minds are, so I figured I would ask here.
Can anyone explain to me why the blue column in this code is
vertically higher than the rest? In Firefox, all is fine. Just in IE
do i see the extra a space.
<table cellspacing="0" cellpadding="1" ><tr><td height="120px"> <div
style="height:9 5px;"></div><div style="height:2 0px;">5</div><div
style="backgrou nd-color:red;heigh t:5px;"></div></td><td
height="120px"> <div style="height:0 px"></div><div style="height:
20px;">100</div><div style="backgrou nd-color:green;hei ght:100px;"></
div></td><td height="120px"> <div style="height:2 0px;"></div><div
style="height:2 0px;">80</div><div style="backgrou nd-color:blue;heig ht:
80px;"></div></td></tr></table>
thanks in advance,
-Scott
minds are, so I figured I would ask here.
Can anyone explain to me why the blue column in this code is
vertically higher than the rest? In Firefox, all is fine. Just in IE
do i see the extra a space.
<table cellspacing="0" cellpadding="1" ><tr><td height="120px"> <div
style="height:9 5px;"></div><div style="height:2 0px;">5</div><div
style="backgrou nd-color:red;heigh t:5px;"></div></td><td
height="120px"> <div style="height:0 px"></div><div style="height:
20px;">100</div><div style="backgrou nd-color:green;hei ght:100px;"></
div></td><td height="120px"> <div style="height:2 0px;"></div><div
style="height:2 0px;">80</div><div style="backgrou nd-color:blue;heig ht:
80px;"></div></td></tr></table>
thanks in advance,
-Scott
Comment