> 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 PROTECTED]
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/

Reply via email to