|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Cellpadding situation
I was wondering if i can have a table's cell padding set to 5 (for example) but then under a <tr> or <td> change it so that there is no padding.
|
|
#2
|
|||
|
|||
|
RE: Cellpadding situation
with CSS, you can change the attributes of any given tag. something like:
Code:
td.nopad {
padding: 0px
}
then refer to it with <td class="nopad"> HOWEVER, i'm not sure if child properties can override the parent properties.. i know they cannot with transparency. |
|
#3
|
|||
|
|||
|
RE: Cellpadding situation
thanx a lot. it worked (the child property did over-ride the parent property).
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Cellpadding situation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|