Hallo, ich möchte ein DIV-Element wie folgt positionieren.
Code CSS:
Code
#dInhalt4_3 {
position: absolute;
background-color: red;
width: 500px;
height: 800px;
top: 20px;
float: left;
font-size: 13px;
padding-left: 10px;
}
Mit dem IExplorer funktioniert dies einwandfrei. Bei Firefox lässt sich weder die Höhe mit "top" positionieren
noch kann ich mir die größe des DIV-Elementes überhaupt ansehen, d.h. die background-color: red; zeigt
er mir auch nicht an. Das Einzige was funktioniert ist die Veränderung der Schriftgröße?
Woran kann dies liegen?