Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Philippe Wittenbergh
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

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: > > I wanted to set a table to display with absolutely no > border or cell > > padding/spacing whatsoever. > > border-collapse:collapse; > margin: 0; > padding: 0; Marc, the code in my email already contained this CSS and I have stated that it doesn't work on IE5.2/mac. Thanks,

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: > > I wanted to set a table to display with absolutely no > border or cell > > padding/spacing whatsoever. > > border-collapse:collapse; > margin: 0; > padding: 0; Marc, the code in my email already contained this CSS and I have stated that it doesn't work on IE5.2/mac. Thanks,

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: > I wanted to set a table to display with absolutely no border or cell > padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread MarcLuzietti
> I wanted to set a table to display with absolutely no border or cell > padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 __

[css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
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, gr. table { border:0px; border-styl