Hallo Zusammen,
ich erstelle momentan einen neuen Internetauftritt für meinen Verein. Das Grundgerüst ist eigentlich gleich geblieben, aber die Anzeige in FF und in IE7 machen mir sorgen und ich finde den Fehler nicht. Vllt könnt ihr mir ja weiterhelfen wenn ich euch weiter Informationen gebe.
Vielen Dank im Voraus...
Link: http://www.hdsf.de/hb2008
CSS-Datei:
--------------------------------------------------------
#body{
width: 862px;
background-color: #ffffff;
}
#head{
width: 860px;
height: 150px;
float: left;
background-image: url(../Grafik/head.jpg);
background-repeat: no-repeat;
}
#logo{
width: 195px;
height: 100px;
position: absolute;
margin-top: 50px; margin-left: 700px;
background-image: url(../Grafik/logo.gif);
background-repeat: no-repeat;
}
#contex{
width: 800px;
min-height: 400px;
border: #cccccc 1px solid;
margin-top: 5px;
background-color: #ffffff;
}
.maincontex{
width: 650px;
min-height: 500px;
float: left;
}
.maintime{
width: 145px;
float: left;
}
#underline{
height: 100px;
margin-top: 5px;
background-color: #ffffff;
}
#side{
}
#ticker{
}
#feed{
height: 80px;
margin-top: 10px;
background-image: url(../Grafik/feed.jpg)
}
#feed a{
text-decoration: none;
}
.feedli{
width: 210px;
height: 20px;
margin-top: 25px;
font-family: Verdana;
font-size: 11px;
color: #666666;
float: left;
}
.feedmi{
width: 460px;
height: 20px;
margin-top: 45px;
font-family: Verdana;
font-size: 11px;
color: #666666;
float: left;
}
.feedre{
}
----------------------------------------------------------
ich erstelle momentan einen neuen Internetauftritt für meinen Verein. Das Grundgerüst ist eigentlich gleich geblieben, aber die Anzeige in FF und in IE7 machen mir sorgen und ich finde den Fehler nicht. Vllt könnt ihr mir ja weiterhelfen wenn ich euch weiter Informationen gebe.
Vielen Dank im Voraus...
Link: http://www.hdsf.de/hb2008
CSS-Datei:
--------------------------------------------------------
#body{
width: 862px;
background-color: #ffffff;
}
#head{
width: 860px;
height: 150px;
float: left;
background-image: url(../Grafik/head.jpg);
background-repeat: no-repeat;
}
#logo{
width: 195px;
height: 100px;
position: absolute;
margin-top: 50px; margin-left: 700px;
background-image: url(../Grafik/logo.gif);
background-repeat: no-repeat;
}
#contex{
width: 800px;
min-height: 400px;
border: #cccccc 1px solid;
margin-top: 5px;
background-color: #ffffff;
}
.maincontex{
width: 650px;
min-height: 500px;
float: left;
}
.maintime{
width: 145px;
float: left;
}
#underline{
height: 100px;
margin-top: 5px;
background-color: #ffffff;
}
#side{
}
#ticker{
}
#feed{
height: 80px;
margin-top: 10px;
background-image: url(../Grafik/feed.jpg)
}
#feed a{
text-decoration: none;
}
.feedli{
width: 210px;
height: 20px;
margin-top: 25px;
font-family: Verdana;
font-size: 11px;
color: #666666;
float: left;
}
.feedmi{
width: 460px;
height: 20px;
margin-top: 45px;
font-family: Verdana;
font-size: 11px;
color: #666666;
float: left;
}
.feedre{
}
----------------------------------------------------------
Kommentar