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>&lt;HTML&gt;<br>&lt;HEAD&gt;<br>
&lt;style type=&quot;text/css&quot;&gt;<br>div#vscl{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;position:absolute;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;left:673px;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;top:17px;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;width:20px;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;height:1px;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;background-Color:red;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;}<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&lt;/style&gt;<br>&lt;/HEAD&gt;<br><br>&lt;BODY&gt;<br>&lt;div id=&quot;vscl&quot;&gt;<br>&lt;/div&gt;<br>&lt;/BODY&gt;<br>&lt;/HTML&gt;<br><br>Regards,<br>Vijaykumar Bavareddy.<br>