Posted by dfloss on 01/18/07 22:38
given this css:
..no_left_border {border-left: 0px solid}
table td {border-left: 1px solid}
<td class="no_left_border"> <-- doesn't work -->
<td style="border-left: 0px solid"> <-- works -->
Can someone explain the behind the scenes reasons?
Navigation:
[Reply to this message]
|