rorasheenny
New Member
I have the following css for thin borders to my tables. It works in Chrone and Firefox, but not in IE8. \[code\]table.list{ border-width: 0 0 1px 1px; border-spacing: 0; border-collapse: collapse; border-style: solid;}.list td, .list th { margin: 0; padding: 4px; border-width: 1px 1px 0 0; border-style: solid;}\[/code\]In IE8, the left and the bottom borders of the table, not all tds, aren't shown. Why is that?