1px border bug in IE 6

liunx

Guest
I have a style that has a left and right border of 1px, nothing really fancy. When I use it in a table cell in IE 6 the right border doesnt show up. The same code works perfectly in N7.2 and Firefox.
Any similar experiences?

Derek
Heres the sytle:
.phtext {
font-family: "Times New Roman", Times, serif;
font-size: 0.9em;
font-style: italic;
line-height: 1.4em;
margin-top: 0px;
margin-bottom: 0px;
padding: 10px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000000;
border-left-color: #000000;
}Can we see a link to the problem page?
 
Back
Top