Hi all,

I wanted to set a table to display with absolutely no border or cell
padding/spacing whatsoever.

This works perfectly in everything I want with the exception of IE5.2 on
my OSX machine which still displays a 2px border around cells, grrrrr.

table {
        border:0px;
        border-style:none;
        border-collapse:collapse;
        border-spacing:0px; /* Netscape 6 */
}

td {
        vertical-align:top;
        padding:0px;
}

Have I missed something? How do I get rid of the border? Thanks for the
help.

Kieron McIntyre
www.digbyswift.com
www.cssfilters.net


______________________________________________________________________
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