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
- Follow-Ups:
- [Javascript] DIV height problem in IE
- From: Roger Roelofs
- [Javascript] DIV height problem in IE
- From: David Hucklesby
- [Javascript] DIV height problem in IE
- Prev by Date: [Javascript] AJAX: how2post arrays
- Next by Date: [Javascript] DIV height problem in IE
- Previous by thread: [Javascript] AJAX: how2post arrays
- Next by thread: [Javascript] DIV height problem in IE
- Index(es):