On Jun 29, 2006, at 2:37 AM, Kieron McIntyre wrote:

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


IE Mac doesn't support the border-collapse property.
<table border="0" cellspacing="0"> is perfectly valid html/xhtml.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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