Hallo,
bei folgendem Code formatiert NS 7 den Text im div-Teil nicht formatiert aus (d.h. nicht formatiert stimmt nicht, aber nicht wie gewünscht, sondern in Times, fett und ca. 30px). Die Formatierung in den (hier nicht eingefügten) Tabellen funktioniert wie gewünscht. Wird der auskommentierte Teil benutzt, also die Schnell-Formatierung, schluckt es auch NS 7. NS 4 und IE 5 machen keine Probleme. Weiß irgendjemand warum?
Viele Grüße und Danke
Gregor
<style type="text/css">
<!--
//-->
h1.normal {font-family:Arial, Verdana, Helvetica, Helv; font-size:24px; font-weight:normal; color:black;}
td.normal {font-family:Arial, Verdana, Helvetica, Helv; font-size:14px; vertical-align:top;}
//-->
</style>
<div style="position:absolute; top:15px; left:15px;">
<h1 class="normal">Aufgaben und Ziele des DZB</h1>
<!--
<p style="font-family:Arial, Verdana, Helvetica, Helv; font-size:24px; font-weight:normal; color:black; margin:10px">Aufgaben und Ziele des DZB</p>
-->
</div>