[thelist] table borders lower-right

Joel Canfield joel at spinhead.com
Thu Sep 12 01:26:01 CDT 2002


--
[ Picked text/plain from multipart/alternative ]
> better, yet, rather than classing each individual <td>, why
> not just class the table and then use a style declaration like this?
>
> .tableBottomRightBorders td {
>   border-right: 2px solid #cccccc;
>   border-bottom: 1px solid #666666;
> }
>
> <table cellpadding="0"
>        cellspacing="0"
>        border="0"
>        class="tableBottomRightBorders">

Well, if your goal is to stifle the artistic freedom inherent in styling
each table cell, fine ;)

Nicely succinct-ified, jeff

joel



More information about the thelist mailing list