Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] DIV height problem in IE


  • From: abvijayreddy at gmail.com (vijaykumar bavareddy)
  • Subject: [Javascript] DIV height problem in IE
  • Date: Sun Nov 19 21:48:06 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: https://lists.LaTech.edu/pipermail/javascript/attachments/20061120/57069f7e/attachment.html