Je moet ingelogd zijn om te stemmen.
nieuwe code lees onderaan!
<div id="sidebar">.....</div> <div id="content">....</div> <div id="sidebarr">...</div> <!-- GEEN INHOUD PLAATSEN :) --> <div style="clear:both;"></div>
<div id="sidebar">.....</div><div id="content">....</div><div id="sidebarr">...</div> <!-- GEEN INHOUD PLAATSEN :) --><div style="clear:both;"></div>
<!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" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title> De nieuwe site </title> <link href="class.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> </div> <div id="menu"> <p class="menup"> menu </p> </div> <div id="sidebar">.....</div><div id="content">....</div><div id="sidebarr">...</div> <div style="clear:both;"></div> <p id="footer"> </p> </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" lang="en" xml:lang="en"> <head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>De nieuwe site</title><link href="class.css" rel="stylesheet" type="text/css" /> </head><body><div id="header"></div><div id="menu"><p class="menup">menu</p> </div> <div id="sidebar">.....</div><div id="content">....</div><div id="sidebarr">...</div> <div style="clear:both;"></div> <p id="footer"> </p> </body></html>
div#container { margin: 0 auto; width: 100% }
div#container{margin: 0 auto;width: 100%}
div.container { height: invullen; left: 50%; position: absolute; margin: 0 -350px width: 700px; } div.left { float: left; height: invullen; position: relative; width: invullen; } div.center { float: left; height: invullen; position: relative; width: invullen; } div.right { float: left; height: invullen; position: relative; width: invullen; }
div.container{ height: invullen; left: 50%; position: absolute; margin: 0 -350px width: 700px;} div.left{ float: left; height: invullen; position: relative; width: invullen;} div.center{ float: left; height: invullen; position: relative; width: invullen;} div.right{ float: left; height: invullen; position: relative; width: invullen;}
.info { background: url(afbeeldingen/info.gif); width: 600px; min-height: 200px; height: 0 auto; } .titel_infor { background: url(afbeeldingen/titel_info.gif); width: 200px; height: 45px; float: right; } .titel_infol { background: url(afbeeldingen/titel_info.gif); width: 200px; height: 45px; float: left; } .content_infol { width: 200px; min-height: 100px; height: 0 auto; float: left; } .content_infor { width: 200px; min-height: 100px; height: 0 auto; float: right; } .midden { width: 200px; min-height: 100px; height: 0 auto; float: left; }
.info{background: url(afbeeldingen/info.gif);width: 600px;min-height: 200px;height: 0 auto;}.titel_infor{background: url(afbeeldingen/titel_info.gif);width: 200px;height: 45px;float: right;}.titel_infol{background: url(afbeeldingen/titel_info.gif);width: 200px;height: 45px;float: left; }.content_infol{ width: 200px;min-height: 100px;height: 0 auto;float: left;}.content_infor{ width: 200px;min-height: 100px;height: 0 auto;float: right;}.midden{ width: 200px;min-height: 100px;height: 0 auto;float: left;}