|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
You can do the padding like:
padding: 0px; Unfortunately I don't think that you can do spacing through CSS -> though I would lokve someone to prove me wrong on this Br Jamie
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#3
|
|||
|
|||
|
The challenge is there for knowledgeable css folks.
Who is going to rise above the rest? ![]() cheers |
|
#5
|
|||
|
|||
|
heh - you got me
![]() adios to the rescue again. thanks for the link - I'll take a look later tonight at home. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > cellpadding, cellspacing - with CSS? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|