dat vind ik niet echt leuk
kan iemand mij helpen?
stylesheet doe ik altijd als het helemaal goed is dus het staat nog gewoon in de index gr thymen
<style>
body {
margin: 0;
width: 100%;
}
div#container{
height: auto;
width: 99%;
}
div#menul-r {
background-color: #d7d4c3;
width: 189px;
height: 100%;
}
div#menu {
background-color: #0f202f;
height: 40px;
width: 100%;
border-top: 1px solid white;
border-bottom: 1px solid white;
}
div#menu-top {
background-color: #0f202f;
height: 23px;
width: 100%;
border-bottom: 1px solid white;
}
div#header {
background-color: #d5d2c0;
height: 160px;
width: 100%;
}
</style>
<html>
<head>
<title>layout new</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<!-- ImageReady Slices (layout new klik limiet.psd) -->
<table id="Table_01" width="100%" height="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<div id="menu-top"></div></td>
</tr>
<tr>
<td colspan="3">
<div id="header"></div></td>
</tr>
<tr>
<td colspan="3">
<div id="menu"></div></td>
</tr>
<tr>
<td>
<div id="menul-r"></div></td>
<td>
<div id="container">
<?php
if (isset($_GET['a']) && preg_match('/^[a-z0-9]+$/i', $_GET['a']))
{
include($_GET['a'] . '.php');
}
else {
include("home.php");
}
?>
</div>
</td>
<td>
<div id="menul-r"></div></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>