I could be wrong here but don't you just need to use descendant selectors here?
#header h1{font-size: 1.5em;}
#content h1{font-size1.2 em; font-color: red;}


On 05/06/2004, at 1:13 AM, Bill McAvinney wrote:


The solution I've come up with is to enclose non-1em sized text in a span tag and assign font size values with a contextual selector (e.g. h1 span {font-size:1.5em}). The problem with this solution is that it means adding quite a few semantically meaningless tags.


Anybody got a better idea?

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to