Alexander Wagner: CSS und Internet Explorer

Beitrag lesen

zunächst mal der CSS Code

p   {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 color: #666666;
}

p11 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 color: #666666;
 }

dann zum Beispiel der Eintrag in einer Tabelle
<td width="375"><p11>&Uuml;berschrift</p11></td>

Das Wort "Überschrift" soll nach p11 formatiert sein.
Fire Fox und Netscape erkennen dies, der IE jedoch nicht
statt desset ist im IE das Wort "Überschrift" in Times und 12px groß