Sent by Michael Landis on 28 October 2003 19:07
Dunstan wrote:
> However, when someone comes along in a non-css browser (or doesn't get
> my @import css) the table they see doesn't have any clarifying black
> borders between cells.
>
> Does anyone have a solution to this other than biting the bullet and
> setting the xhtml table border attribute to 1?
Actually, you can go ahead and set the table border attribute to 1 -- just
make sure you redefine the borders in the CSS.
You have two sets of borders to deal with -- the borders on the table and
the borders on the cells. As long as you redefine both of these, you should
be fine:
table, td, th {
border: 0px none;
}
HTH,
MikeL
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/