F. Zohren: Absolute Postionierung von <DIV> 's in Netscape 4.78 - Bug?

Beitrag lesen

Hi, mal ne kurze Frage:

Ich positioniere zwei Blöcke mit

<DIV id="layer_1" style="position:absolute; left:500px; top:300px;">
...
</DIV>

<DIV id="layer_2" style="position:absolute; left:500px; top:300px;">
...
</DIV>

genau übereinander.
Im ersten DIV-Block ist eine Tabelle drin. Deren Zellen werden mit

<TD><span style="..">Text</span></TD>

formatiert, weil NS es nicht anders kann. Der interessante Effekt nun:

Wenn ich in dem span-Teil ein "font-size:14;" eingebe, reagiert NS überhaupt nicht und ignoriert auch alle anderen Angaben.

Ergänze ich die Fontgrösse durch das kleine Wörtchen "px" am Ende, formatiert NS alles richtig in der Tabelle, aber das darauffolgende DIV wird nicht mehr absolut positioniert, sondern hängt irgendwo im Code.

Woher kommt das und weiss jemand Abhilfe?

Vielen Dank schon mal,
Fabian

P.S.: Ist der Marktanteil von NS 4.7x noch signifikant? Und gibts irgendwo ein developers guide für NS 4.7x?