Hallo Leute,
Hier ist die Seite auf die ich mich beziehe:
http://www.nano-games.de/test3.htm
Firefox zeigts falsch an:

Internet Explorer zeigt es richtig an:

Code:
Kann mit bitte einer helfen? Danke!
Gruß Dima
Hier ist die Seite auf die ich mich beziehe:
http://www.nano-games.de/test3.htm
Firefox zeigts falsch an:

Internet Explorer zeigt es richtig an:

Code:
Code:
<html> <head> <title>CSS Test</title> <style type="text/css"> .item { width: 784px; border-width:1px; border-color:#999999; border-style:solid; background-color:#D9DEE8; } /* Titel Box */ .titleBox { background-color:#CBD2DE; border-width:0; border-top-width:1px; border-left-width:1px; border-color:#FFFFFF; border-style:solid; height:19px; } #titleButtons { padding-right:3px; text-align:right; float:right; } #titleText { color:#434343; font-family:MS Sans Serif; font-size:12px; font-weight:bold; padding-left:7px; padding-top:3px; text-align:left; float:left; } /* Informations Box */ .infBox { border-width:0; border-left-width:1px; border-top-width:1px; border-left-color:#FFFFFF; border-top-color:#B4B4B4; border-style:solid; width:104px; float:left; background-color:#D9DEE8; } /* Informationstext */ .infText { border-width:0; border-top-width:1px; border-top-color:#F0F0F0; border-style:solid; } /* Text */ #textBold { color:#434343; font-family:MS Sans Serif; font-size:12px; font-weight:bold; padding-top:4px; padding-left:7px; } #textNormal { color:#434343; font-family:MS Sans Serif; font-size:12px; } #textContent { margin-top:6px; margin-left:11px; margin-bottom:3px; } /* Inhalt */ .contentBox { width:678px; float:right; border-width:0; border-left-width:1px; border-top-width:1px; border-color:#999999; border-style:solid; background-color:#FFFFFF; } </style> </head> <body bgcolor="#006699"> <div class="item"> <div class="titleBox"> <div id="titleButtons">[x]</div> <div id="titleText">Hier steht der Titeltext, der kann auch etwas länger sein, je nachdem kann er noch länger sein. Sollte immer gehen.</div> </div> <div class="infBox"> <div class="infText"> <div id="textBold">Dima</div> </div> </div> <div class="contentBox"> <div id="textContent">Text Text Text Text </div> </div> </div> </body> </html>
Gruß Dima

Kommentar