[Javascript] DIV height problem in IE

vijaykumar bavareddy abvijayreddy at gmail.com
Sun Nov 19 21:47:52 CST 2006


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...
<HTML>
<HEAD>
<style type="text/css">
div#vscl{
        position:absolute;
        left:673px;
        top:17px;
        width:20px;
        height:1px;
        background-Color:red;
        }
        </style>
</HEAD>

<BODY>
<div id="vscl">
</div>
</BODY>
</HTML>

Regards,
Vijaykumar Bavareddy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20061120/57069f7e/attachment.htm>


More information about the Javascript mailing list