[thelist] re: table borders lower-right

Roger Harness magic32 at jps.net
Thu Sep 12 14:15:00 CDT 2002


Joel and Jeff,

This list rocks. YOU guys rock! I tried both suggestions (for educational
purposes ya know) and they work great! Cool being able to apply it just to
certain cells if I want, or to the whole table at once.

Thanks so much for the help.

*Very* much appreciated,

-Roger Harness

> .shadow {
> border-right-width: 2px;
> border-right-style: solid;
> border-right-color: #ccc;
> border-bottom-width: 1px;
> border-bottom-style: solid;
> border-bottom-color: #333;
> }
>
> <td class="shadow"> adds this effect to each cell.

*****************************************************************

> 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;


ps, sorry if this goes through twice. First time I forgot to change the
subject.




More information about the thelist mailing list