Einzelnen Beitrag anzeigen
  #6 (permalink)  
Alt 18.10.2010, 16:52
Chizzo Chizzo ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 16.10.2010
Beiträge: 6
Chizzo befindet sich auf einem aufstrebenden Ast
Standard

Also das hab ich jetzt hingekriegt... jetzt hab ich das nächste problem...


http://i51.tinypic.com/2emz978.jpg

Da sieht man, dass das Navi und die Inhalte auf versch. Höhen sind. Wie krieg ich das hin, dass sich die beiden auf gleicher Höhe befinden?

Hier der Quellcode:

Code:
* {margin:0; pardding:0;}

#navi {
float:left;
}


#navi ul {
list-style:none;
}


#navi li {
   background-color:silver;   
   border-top:1px black solid;    
   border-left:25px orange solid; 
   border-bottom:1px red solid;   
   border-right:2px blue solid;   
   margin-top:10px;            
   padding-top:5px;              
   padding-bottom:8px;       
   padding-left:8px;             
   padding-right:8px;          
 } 





#inhalte {

margin-left: 180px;
margin-top:35px;
width: 650px;
heigth: 400px;
background-color:orange;
color:blue;

}

a:visited {

font-family:arial;
font-size:14px;
color:blue;
}

a:link {

font-family:arial;
font-size:14px;
color:blue;
}

a:hover {

font-family:arial;
font-size:18px;
color:green;
}
Mit Zitat antworten