J
justin1234
Guest
Ich möchte das die WEISSEN DIV BOXEN Links und Rechts keinen Abstand haben sondern Durchgehend sind wie der DIV #MENUmenu (HEADER). !!
body{
background-image:url(images/skewed_print.png);
background-attachment:fixed;
overflow:auto;
}
#menumenu{
width:100%;
height:100px;
background-color:#333;
position:fixed;
top:0px;
left:0px;
}
#menu1{
width:100%;
height:500px;
background-color:#fff;
margin-top:100px;
right:0px;
left:0px;
}
#menu2{
width:100%;
height:300px;
}
#menu3{
width:100%;
height:500px;
background-color:#fff;
}
#menu4{
width:100%;
height:300px;
}
#menu5{
width:100%;
height:500px;
background-color:#fff;
}
-----------------------------------------------------------
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Webseite</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="menumenu"></div>
<div id="menu1"></div>
<div id="menu2"></div>
<div id="menu3"></div>
<div id="menu4"></div>
<div id="menu5"></div>
</body>
</html>
body{
background-image:url(images/skewed_print.png);
background-attachment:fixed;
overflow:auto;
}
#menumenu{
width:100%;
height:100px;
background-color:#333;
position:fixed;
top:0px;
left:0px;
}
#menu1{
width:100%;
height:500px;
background-color:#fff;
margin-top:100px;
right:0px;
left:0px;
}
#menu2{
width:100%;
height:300px;
}
#menu3{
width:100%;
height:500px;
background-color:#fff;
}
#menu4{
width:100%;
height:300px;
}
#menu5{
width:100%;
height:500px;
background-color:#fff;
}
-----------------------------------------------------------
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Webseite</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="menumenu"></div>
<div id="menu1"></div>
<div id="menu2"></div>
<div id="menu3"></div>
<div id="menu4"></div>
<div id="menu5"></div>
</body>
</html>
