Index.html
PHP
<html>
<head>
<meta http-equiv="Content-Language" content="nl-be">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Miniemen '96 KVK Adegem</title>
</head>
<body>
<div class="container">
<div id="header"> </div>
<div id="bar" style="width: 15px; height: 800px"></div>
<div id="menu_titel"> </div>
<div id="bar_menu" style="width: 2px; height: 800px"></div>
<div id="titel"> </div>
</body>
</html>
Toon Meer
Style.css
PHP
body {
background-color: #3a3838;
}
#container {
width: 900px;
margin-left:5%;
}
#header {
background: url(images/index_01.png) no-repeat;
width: 900px;
height: 200px;
}
#bar {
background: url(images/index_02.png) no-repeat;
width: 17px;
height: 800px;
float: left;
}
#menu_titel {
background: url(images/index_03.png) no-repeat;
width: 255px;
height: 30px;
float: midden;
margin-left: 18px;
}
#bar_menu {
background: url(images/index_04.png) no-repeat;
width: 58px;
height: 800px;
float: right;
}
#titel {
background: url(images/index_05.png) no-repeat;
width: 560px;
height: 26px;
float: left;
margin-left: 315px;
margin-top: -30px;
}
Toon Meer
Zo werkt hij!