<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">... and (just be be sure) line-height:1px;<DIV><BR class="khtml-block-placeholder"></DIV><DIV>/frank<BR><DIV><DIV>20 nov 2006 kl. 05.48 skrev Roger Roelofs:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">vijay,<DIV><BR><DIV><DIV>On Nov 19, 2006, at 10:47 PM, vijaykumar bavareddy wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hi, trying to place DIV with height less than 15 using below code.. its works fine in firefox but not in IE.. in IE its showing height around 15px by default.. please help in this regard...<BR></BLOCKQUOTE><BR><BLOCKQUOTE type="cite">div#vscl{<BR>        position:absolute;<BR>        left:673px;<BR>        top:17px;<BR>        width:20px;<BR>        height:1px;<BR>        background-Color:red;<BR>        }<BR>         &lt;/style&gt;<BR class="khtml-block-placeholder"></BLOCKQUOTE><BR></DIV><DIV>This is actually a css question.  You can get good answers from the css-discuss wiki at </DIV><DIV><A href="http://css-discuss.incutio.com">http://css-discuss.incutio.com</A>/</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The short answer is that ie is forcing the div to be tall enough to contain one line of text at the default font-size.  One solution is set font-size: 1px;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Monaco" size="3" style="font: 12.0px Monaco">--<SPAN class="Apple-converted-space"> </SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Monaco" size="3" style="font: 12.0px Monaco">Roger Roelofs</FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Monaco" size="3" style="font: 12.0px Monaco">Datacomp Appraisal Services</FONT></DIV>  </DIV><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Javascript mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="https://lists.LaTech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>