Re: [css-d] General font size inheritance question

2006-03-07 Thread Adam Kuehn
Scott Haneda wrote: >I have a table td that has a font size set to .8em, if I put a h1 inside the >td, any font size I set to the h1 will be a percentage of the td's .8. Only if you set the size in ems or percentage. As I recall, IE sets its header default sizes in points, for example, so they w

[css-d] General font size inheritance question

2006-03-07 Thread Scott Haneda
I have a table td that has a font size set to .8em, if I put a h1 inside the td, any font size I set to the h1 will be a percentage of the td's .8. This kinda bugs me, is there some other approach to be able to use consistent font sizes -- -