Previous Message
Next Message

Table will not collaspe borders

Sent by Justin Reid on 9 May 2005 22:10


> You will see the double borders around the interior cells of the tables.  I would rather have
single borders.

Instead of "border-collapse: collapse;" you could try this:

..table1
{
border-top: 3px solid #003300;
border-right: 3px solid #003300;
}


..table1 td
{
border-bottom: 3px solid #003300;
border-left: 3px solid #003300;
}

-Justin
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: