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
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,
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,
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
> 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
__
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