I have having an issue where I have specified a font size with em, but when I go to resize the fonts on the page (in IE7 using the View>Text Size>Larger or Largest) Everything on the page with the exception of the text controlled by the following css resizes correctly:
#header #breadcrumb #returnToSearchResults
{
font: normal .85em/1em Verdana, Helvetica, Arial, sans-serif ;
}
#header #breadcrumb strong
{
font: bold .85em/1em Verdana, Helvetica, Arial, sans-serif ;
}
#header #breadcrumb a, #returnToSearchResults a
{
font: bold 1.08em/1.1em Verdana, Helvetica, Arial, sans-serif ;
}
here is the corresponding html:
<div id="header">
<div id="breadcrumb"><a title="Chapter Outline" href="outline.html">Nature, Humanity, and History, to 3500 B.C.E.</a>
</div>
<h1>Chapter Introduction</h1>
</div>