Okey erstmal zur Seite ---> Homepage
CSS-Datei:
Okey folgendes Problem:
Wie man sieht is der Inhalt zu groß, deswegn hab, ich falls das passieren sollte, den overflow auf auto gesetzt. Nun würd ich aber gerne den Scrollbalken weg machn stattdessen soll die Seite einfach nach unten ausgedehnt werden.
Sobald ich aber den overflow:auto weglasse, dehnt sich die Seite zwar nach unten aus aber der footer, bleibt an seiner Position, was dann natürlich im Bild stört. Wie stell ich das an das der footer sich anpasst?
gruß wolf360
kann mir keiner helfen ?
CSS-Datei:
Code:
* {
margin:0px;
padding:0px;
}
body
{
background-color:black;
}
#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:108px;
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}
Okey folgendes Problem:
Wie man sieht is der Inhalt zu groß, deswegn hab, ich falls das passieren sollte, den overflow auf auto gesetzt. Nun würd ich aber gerne den Scrollbalken weg machn stattdessen soll die Seite einfach nach unten ausgedehnt werden.
Sobald ich aber den overflow:auto weglasse, dehnt sich die Seite zwar nach unten aus aber der footer, bleibt an seiner Position, was dann natürlich im Bild stört. Wie stell ich das an das der footer sich anpasst?
gruß wolf360
kann mir keiner helfen ?
Zuletzt bearbeitet von einem Moderator: