Lid | 
                         | 
                        Dit lukt me nog steeds niet.  
 
Hierbij css code: 
    
    
        
            
                html,body {
	margin:0;
	padding:0;
	height:auto !important;
	height:100%; 
	min-height:100%;
	font-family:"Baskerville Old Face", "Times New Roman", serif;
	font-size:small;
	color:#BDB5A8;
}
div#container {
	position:relative;
	margin:0 auto;
	width:1001px;	
	height:auto !important;
	height:100%; 
	min-height:100%;
}
div#linkerNav {
	float:left;
	width:250px;	
	height:auto !important;
	height:100%; 
	min-height:100%;
}
div#rechterNav {
	height:auto !important;
	height:100%; 
	min-height:100%;
	float:left;
	width:650px;
	padding:0px;
	margin:0;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
             
            html,body { 	margin:0; 	padding:0; 	height:auto !important; 	height:100%;  	min-height:100%; 	font-family:"Baskerville Old Face", "Times New Roman", serif; 	font-size:small; 	color:#BDB5A8; } div#container { 	position:relative; 	margin:0 auto; 	width:1001px;	 	height:auto !important; 	height:100%;  	min-height:100%; } div#linkerNav { 	float:left; 	width:250px;	 	height:auto !important; 	height:100%;  	min-height:100%; } div#rechterNav { 	height:auto !important; 	height:100%;  	min-height:100%; 	float:left; 	width:650px; 	padding:0px; 	margin:0; 	border-left:#CCC 1px solid; 	border-right:#CCC 1px solid; 	border-bottom:#CCC 1px solid; } 
 
  
         
          
     
  
 
Html-code: 
    
    
        
            
                <div id="container">
<div id="linkerNav">
...
</div>
<div id="rechterNav">
... (hierin zitten meerdere div's die ik af en toe een height mee gaf)
</div>
</div> 
             
            ... ... (hierin zitten meerdere div's die ik af en toe een height mee gaf) 
 
  
         
          
     
  
 
Edit Ontani: code-tags vergeten! 
 
Iemand een oplossing? |