LoveToCode
MIS
- Jan 11, 2007
- 51
Hi,
This style works great in FireFox, but doesn't seem to take the HEIGHT properties in IE
Here is the HTML that goes with that style:
Thanks! Jenni
This style works great in FireFox, but doesn't seem to take the HEIGHT properties in IE
Code:
.hrSep {
height: 1px;border: 0px;
margin: 0px;
padding: 0px;
color: gray;
background-color: gray;
padding-left: 10px;
}
Here is the HTML that goes with that style:
Code:
<tr>
<td colspan="3"><hr class="hrSep"></td>
</tr>
Thanks! Jenni