Hallo!
Ich habe ein Problem mit dem Internet Explorer (mal wieder :grmpf:)... naja, scheinbar versteht der Browser kein gescheites XHTML, obwohl die Seite durch den XHTML-Validator und den CSS-Validator gelaufen ist und sowohl in Opera als auch in Firefox richtig angezeigt wird...
Die Problemstelle:
<div id="contentbox" onmouseover="hideLastMenu();" align="center">
<img src="images/testbild.jpg" width="640" height="480" alt="Sonnenaufgang" border="0"/>
<div id="navigationbox">
<p class="text" style="text-align: center;">« zurück | vorwärts »</p>
</div>
</div>
Betroffener CSS-Code:
#contentbox
{
position: absolute;
top: 280px;
left: 260px;
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #B5D3E1;
background-image: url(../images/textbox_background.jpg);
width: 640px;
z-index: 3;
}
#navigationbox
{
position: absolute;
bottom: -20px;
left: -1px;
padding: 0px;
border-style: solid;
border-width: 1px;
border-color: #B5D3E1;
background-color: #F2F7FA;
width: 100%;
z-index: 3;
}
Die Seite findet ihr unter http://jens.gamechexx.net/jswb/ (Jaja, der Inhalt fehlt noch ;))
Im InternetExplorer wird unten die Navigationsleiste am Ende ein Stück abgeschnitten. Warum? Wie kann ich das beheben?
Danke schonmal :)