Hallöchen!
Wir haben da mal ein Problem mit unserer Website!
Im Firefox is alles wunderbar nur im Internet Explorer überschneiden sich die Kästen für Menü und co und springen beim Seitenwechsel sonswo hin! Wir denken, dass das an der css-Programmierung liegt! Wär klasse, wenn ihr uns helfen könntet! Hier mal der css-Quellcode:
#title {
position:fixed;
top:10px;
left:180px;
width:600px;
min-width:600px;
max-width:600px;
min-height:30px;
max-height:30px;
background:#F1FAF1;
font-size:175%;
color:#1B3D18;
border-style:solid;
border-width:1px;
border-color:#1B3D18;
border-bottom-width:5px;
padding:5px;
}
#menu {
position:fixed;
top:140px;
left:10px;
width:190px;
min-width:150px;
max-width:150px;
min-height:140px;
max-height:190px;
background:#F1FAF1;
border-style:solid;
border-width:1px;
border-color:#1B3D18;
border-bottom-width:5px;
padding:5px;
line-height:1.4em;
}
#inhalt {
position:absolute;
top:60px;
left:180px;
width:600px;
background:#F1FAF1;
border-style:solid;
border-width:1px;
border-color:#1B3D18;
border-bottom-width:5px;
padding:5px;
}
#fuss {
position:fixed;
top:347px;
left:10px;
width:160px;
min-width:150px;
max-width:150px;
min-height:40px;
max-height:70px;
background:#F1FAF1;
border-style:solid;
border-width:1px;
border-color:#1B3D18;
border-bottom-width:5px;
padding:5px;
}
#logo {
position:fixed;
top:10px;
left:10px;
width:150px;
min-width:150px;
max-width:150px;
min-height:110px;
max-height:110px;
background:#F1FAF1;
border-style:solid;
border-width:1px;
border-color:#1B3D18;
border-bottom-width:5px;
padding:5px;
}
img {
border-width:1px;
border-style:groove;
border-color:#1B3D18;
padding:2px;
text-align:justify;
margin:10px;
}
p {
line-height:1.4em;
margin-bottom:5px;
}
body {
font-family:Tahoma,Verdana,Courier New,Courier,Monaco,monospace;
font-size:70%;
background-color:#D7EFD6;
}
a:hover {
text-decoration:none;
font-weight:bold;
}
#wr {
position:fixed;
top:418px;
left:10px;
width:160px;
min-width:150px;
max-width:150px;
min-height:30px;
max-height:70px;
background:#F1FAF1;
border-style:solid;
border-width:1px;
border-color:#1B3D18;
border-bottom-width:5px;
padding:5px;
}
Danke schonmal im Vorraus!
Hammer