Okey ich grad dabei meine Seite auf CSS umzustelln.
Zur Hompage
Die Seite hab ich vom CSS Sytle an Opera angepasst aber irgendwie spinnt der Footer bei mir...
Wenn ich die Seite mit Mozilla und IE aufrufe ist er Total Versetzt (bei beiden sogar komplett unterschiedlich)
woran liegt das?
css Datei:
Das hab ich noch für die Zentrierung verwendet:
danke schon mal im Vorraus!
gruß wolf360
Zur Hompage
Die Seite hab ich vom CSS Sytle an Opera angepasst aber irgendwie spinnt der Footer bei mir...
Wenn ich die Seite mit Mozilla und IE aufrufe ist er Total Versetzt (bei beiden sogar komplett unterschiedlich)
woran liegt das?
css Datei:
Code:
* {
margin:0px;
padding:0px;
}
body
{
background-color:white;
}
#banner
{
position:absolute;
width:783px;
height:306px;
margin-top:0px;
margin-left:108px;
background-image: url(bilder/banner.gif);
}
#inhalt{
position:absolute;
width:554px;
height:571px;
margin-top:306px;
margin-left:337px;
background-image: url(bilder/inhalt.gif);
color:#999999;
overflow:auto;
}
#navigation
{
position:absolute;
text-align:center;
width:229px;
height:571px;
margin-top:306px;
margin-left:108px;
background-image: url(bilder/navigation.gif);
}
#footer{
position:absolute;
width:783px;
height:195px;
margin-top:877px;
margin-left:172px;
background-image: url(bilder/bottom.gif);
color:#999999;
}
#randrechts
{
position:absolute;
width:108px;
height:1172px;
margin-top:0px;
margin-left:891px;
background-image: url(bilder/blut_rechts.gif);
}
#randlinks
{
position:absolute;
width:108px;
height:1172px;
margin-top:0px;
margin-left:0px;
background-image: url(bilder/blut_links.gif);
}
#schrift{
font-size:22pt;
color:#999999;
}
#musik{
font-family:Lucida Calligrahpy;
color:#CCCCCC;
}
#unterseiten{
font-size:20pt;
color:#B2CCE5;
}
#unterseiten:hover{
text-decoration:underline;
}
#shoutbox{
width: 170px;
height: 200px;
overflow: auto;
}
#gaestebuch{
width: 500px;
height: 200px;
overflow: auto;
}
a:link {font-family:Lucida Calligrahpy; font-size:18pt; color:#FFFFFF; text-decoration:none }
a:visited {font-family:Lucida Calligrahpy; font-size:18pt; color:#FFFFFF; text-decoration:none }
a:hover {font-family:Lucida Calligrahpy; font-size:18pt; color:#FFFFFF; text-decoration:underline}
Das hab ich noch für die Zentrierung verwendet:
Code:
<div style="width:1024px;margin:20px auto;text-align:left;">
danke schon mal im Vorraus!
gruß wolf360