Hallo,
Ich habe ein Problem mit meinem Content Container, dort wird das Hintergrundbild (bg2.png) nicht angezeigt und ich weiß nicht wieso. Ich habe folgenden Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>MC user-181 - Online Portofilo </title>
<style type="text/css">
body, html {
width: 100%;
background: #60A0C0;
padding: 0;
margin: 0;
}
.bg {
position: relative;
width: 100%;
height: 165px;
z-index: 1;
left: 0px;
top: 0px;
background-image:url('bg.png';
}
.content {
position: absolute;
top: 0;
left: 45%;
height: 100%;
width: 630px;
height: 100%;
margin-left: -250px;
background-image:url('bg2.png';
}
</style>
</head>
<body>
<div class="bg">
<div class="content">
<img border="0" src="home.png" width="630" height="225" alt="Seiten Menue"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </div>
</div>
</body>
</html>
Nur ist alles vom Logischen her richtig!
Grüße
PS: weiß wer wie ich einen Container auf hight: 100% stellen kann so das er bis nach unten angezeigt wird?