Hallo,
ich habe eine Seite mit CSS aufgebaut. Im IE und Firefox ist alles in Ordnung. Nur bei Opera 7.54 ist nichts zu sehen.
Als Ursache habe ich herausgefunden, daß es an position: absolute liegt. Gebe ich das an, verschwindet alles vom Bildschirm und nichts ist mehr zu sehen.
Woran könnte das liegen? Normalerwei´se versteht das doch Opera?
Danke für die Hilfe!
Hier sind die kleinen Testdateien.
<body >
<div id="content">
<p>test</p>
</div>
</body>
#content {
position: absolute;
border-color: #FF0000;
border-style: solid;
border-width: 1px;
left: 200px;
top: 81px;
}
ich habe eine Seite mit CSS aufgebaut. Im IE und Firefox ist alles in Ordnung. Nur bei Opera 7.54 ist nichts zu sehen.
Als Ursache habe ich herausgefunden, daß es an position: absolute liegt. Gebe ich das an, verschwindet alles vom Bildschirm und nichts ist mehr zu sehen.
Woran könnte das liegen? Normalerwei´se versteht das doch Opera?
Danke für die Hilfe!
Hier sind die kleinen Testdateien.
<body >
<div id="content">
<p>test</p>
</div>
</body>
#content {
position: absolute;
border-color: #FF0000;
border-style: solid;
border-width: 1px;
left: 200px;
top: 81px;
}
Kommentar