Log in

View Full Version : Table bottom boarder help.



almikesic
11-07-2007, 08:37 PM
Is it possible to add a visible bottom border in a table cell without having the left, right, and top border

boogyman
11-07-2007, 09:22 PM
selector {
border: none;
border-bottom: 1px solid #000000;
}

where selector is either td for a table data cell or th for a table header cell

jesu4u
12-04-2007, 07:50 AM
.selector {
border-bottom: 1px solid #000000;
}