
May 29th, 2003, 05:51 PM
|
|
wibble
|
|
Join Date: Oct 2001
Location: UK
Posts: 161
Time spent in forums: 4 h 11 m 49 sec
Reputation Power: 12
|
|
|
cellpadding, cellspacing - with CSS?
I have a page where the bulk is now contained within a single table cell. (in order to allow my to align the footer with the lowest part of the page)
mozilla places a small transparent border around the whole cell unless I put 'cellpadding="0" cellspacing="0" border="0"' in my table tag. I was wanting to do this via my stylesheet instead. is it possible?
(IE does not suffer the same problem)
I've tried assigning
border-collapse: collapse;
margin: 0 0 0 0;
border: 0 0 0 0;
padding: 0 0 0 0;
to table, tr, & td within the stylesheet with no joy.
comments welcomed
cheers
Jon
|