> I may well be inheriting tables from upstream and am writing tests to nullify 
> cellpadding, cellspacing, border, width, and align through CSS. I can nullify 
> all of the above with FF1.5 on a PC, but cannot override cellspacing for IE6.


have you tried setting the border-collapse property?

table { border-collapse: collapse; }

-Justin
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to