Hi
ich hab meine HP http://blackhawk.bl.ohost... mit CSS gestaltet.
Also völlig frei von Tabellen oder Frames.
Nun im Firefox, Opera usw. sieht die Seite so aus, wie sie aussehen soll, nur wenn man die Seite mit dem IE öffnet ist sie total enstellt.
Mit welchen Angaben kommt der IE nicht klar:
Gruß
ich hab meine HP http://blackhawk.bl.ohost... mit CSS gestaltet.
Also völlig frei von Tabellen oder Frames.
Nun im Firefox, Opera usw. sieht die Seite so aus, wie sie aussehen soll, nur wenn man die Seite mit dem IE öffnet ist sie total enstellt.
Mit welchen Angaben kommt der IE nicht klar:
Code:
body {
font-size:12px;
padding: 0px;
margin: 0px;
background-color:#FFFFFF ;
}
#logo {
position: relative;
top: 20px;
margin: 0px auto;
height:181px;
width: 824px;
}
#box {
position:relative;
top: 50px;
left: 150px;
height:600px;
width: 700px ;
font-family:Verdana;
background-color:#FFFFFF ;
}
#links {
position: fixed;
top: 232px;
left: 10px;
width: 120px;
height: 400px;
font-size: 22px;
font-family:Comic Sans Ms;
overflow: hidden; }
#unten {
position: relative;
top: 50px;
margin: 0px auto;
font-size:12px;
font-family:Arial;
}
a:link, a:visited, a:active, a:hover {font-weight:bold; color:#7F7F7F;}
a:active, a:hover {color:#FF5F00;font-weight:bold;}
Gruß