Nieuw lid |
|
dit heb ik gebouwd alleen er moet nog iets bijgevoegd worden.
dit is mij html pagina
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sander van den Berg</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Header -->
<div id="header"><h1><a href="http://www.geen.nl">Sander van den Berg</a></h1></div>
<!-- End Header -->
<!-- Begin Navigation -->
<div id="navigation"> Navigation Here </div>
<!-- End Navigation -->
<!-- Begin Faux Columns -->
<div id="faux">
<!-- Begin Left Column -->
<div id="leftcolumn">Left Column</div>
<!-- End Left Column -->
<!-- Begin Content Column -->
<div id="content">
<h1>Column</h1>
<p></p>
</ul>
</div>
<!-- End Content Column -->
<!-- Begin Right Column -->
<div id="rightcolumn">Right Column</div>
<!-- End Right Column -->
</div>
<!-- End Faux Columns -->
<!-- Begin Footer -->
<div id="footer"> This is the Footer </div>
<!-- End Footer -->
</div>
<!-- End Wrapper -->
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="styles.css" /> <!-- Begin Wrapper --> <!-- Begin Header --> <div id="header"><h1><a href="http://www.geen.nl">Sander van den Berg </a></h1></div> <!-- End Header --> <!-- Begin Navigation --> <div id="navigation"> Navigation Here </div> <!-- End Navigation --> <!-- Begin Faux Columns --> <!-- Begin Left Column --> <div id="leftcolumn">Left Column </div> <!-- End Left Column --> <!-- Begin Content Column --> <!-- End Content Column --> <!-- Begin Right Column --> <div id="rightcolumn">Right Column </div> <!-- End Right Column --> <!-- End Faux Columns --> <!-- Begin Footer --> <div id="footer"> This is the Footer </div> <!-- End Footer --> <!-- End Wrapper -->
en dit is de css
* { padding: 0; margin: 0; }
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
#wrapper {
margin: 0 auto;
width: 922px;
}
#faux {
background: url(faux-2-3-col.gif);
margin-bottom: 0px;
overflow: auto;
width: 100%
}
#header {
color: #333;
width: 902px;
padding: 10px;
height: 100px;
margin: 10px 0px 0px 0px;
background: #FFFFFF;
}
#navigation {
color: #333;
padding: 10px;
margin: 0px 0px 0px 0px;
background: #FFFFFF;
}
#leftcolumn {
display: inline;
color: #333;
margin:10px;
padding:0;
width: 195px;
float: left;
}
#content {
float: left;
color: #333;
margin: 10px 13px;
padding:0;
width: 460px;
display: inline;
position: relative;
}
#rightcolumn {
display: inline;
position: relative;
color: #333;
margin: 10px 10px 10px 0px;
padding:0;
width: 195px;
float: right;
}
#footer {
width: 902px;
clear: both;
color: #333;
background: #FFFFFF;
margin: 0px 0px 10px 0px;
padding: 10px;
}
.clear { clear: both; background: none; }
* { padding: 0; margin: 0; } body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } #wrapper { margin: 0 auto; width: 922px; } #faux { background: url(faux-2-3-col.gif); margin-bottom: 0px; overflow: auto; width: 100% } #header { color: #333; width: 902px; padding: 10px; height: 100px; margin: 10px 0px 0px 0px; background: #FFFFFF; } #navigation { color: #333; padding: 10px; margin: 0px 0px 0px 0px; background: #FFFFFF; } #leftcolumn { display: inline; color: #333; margin:10px; padding:0; width: 195px; float: left; } #content { float: left; color: #333; margin: 10px 13px; padding:0; width: 460px; display: inline; position: relative; } #rightcolumn { display: inline; position: relative; color: #333; margin: 10px 10px 10px 0px; padding:0; width: 195px; float: right; } #footer { width: 902px; clear: both; color: #333; background: #FFFFFF; margin: 0px 0px 10px 0px; padding: 10px; } .clear { clear: both; background: none; }
alleen bij de middel column moet er onder de middel column twee balkjes komen met kort nieuws en agenda. Kan iemand mij helpen.
gr sander
|