jeddi
10-21-2006, 08:09 PM
Hi
On my page I have a small bar produced by:
.small_bar{
height:4px;
width:60px;
background-color:black;
}
<div class ="small_bar" style='position:absolute; left:38px; top:626px'></div>
It can be seen on my website at :
www.yodbod.com THEN hit "Local Services" button
In FF Moz its fine ... but IE :mad:
How do I get it to be in the same position and the same height in IE ?
OR
How do I make this div invisable to IE ?:
<div class ="small_bar" style='position:absolute; left:38px; top:626px'></div>
Thanks for helping :)
On my page I have a small bar produced by:
.small_bar{
height:4px;
width:60px;
background-color:black;
}
<div class ="small_bar" style='position:absolute; left:38px; top:626px'></div>
It can be seen on my website at :
www.yodbod.com THEN hit "Local Services" button
In FF Moz its fine ... but IE :mad:
How do I get it to be in the same position and the same height in IE ?
OR
How do I make this div invisable to IE ?:
<div class ="small_bar" style='position:absolute; left:38px; top:626px'></div>
Thanks for helping :)