<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">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> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="3" style="font: 12.0px Monaco">--<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="3" style="font: 12.0px Monaco">Roger Roelofs</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Monaco" size="3" style="font: 12.0px Monaco">Datacomp Appraisal Services</FONT></P>  </DIV><BR></DIV></BODY></HTML>