![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
table, tr, td, th { /* properties: values */ } Thanks, but TMK that applies to all tables - it may not be invoke for '/a/' table. |
#2
| |||
| |||
|
|
Chris John Jordan wrote: table, tr, td, th { /* properties: values */ } Thanks, but TMK that applies to all tables - it may not be invoke for '/a/' table. table#foo, table#foo tr, table#foo td, table#foo th {} |
#3
| |||
| |||
|
|
table#foo, table#foo tr, table#foo td, table#foo th {} Thanks, but IIUC that does not let me invoke for just the table e.g. table class=mycompletetablestyle |
#4
| |||
| |||
|
|
David Dorward <dorward (AT) yahoo (DOT) com> wrote: Chris John Jordan wrote: table, tr, td, th { /* properties: values */ } Thanks, but TMK that applies to all tables - it may not be invoke for '/a/' table. table#foo, table#foo tr, table#foo td, table#foo th {} Thanks, but IIUC that does not let me invoke for just the table e.g. table class=mycompletetablestyle tr><td>A</td><td>B</td></tr tr><td>C</td><td>D</td></tr /table but instead requires me to invoke for all the elements. |
![]() |
| Thread Tools | |
| Display Modes | |
| |