![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I notice that an un-named table with no styling of it's own will inherit many things from a body styling in CSS, such as colour and font-family, but it does not inherit the font-weight from the body styling. Why is that? |
#3
| |||
| |||
|
|
I notice that an un-named table with no styling of it's own will inherit many things from a body styling in CSS, such as colour and font-family, but it does not inherit the font-weight from the body styling. Why is that? It should. In older browsers, tables would usually break the inheritance. IE may still be broken for all I know. The easiest fix is to just pair up the style: body, td {font-weight: whatever} -Darrel |
![]() |
| Thread Tools | |
| Display Modes | |
| |