ichbins: Habe ein problem mit einer Tabelle

Beitrag lesen

Hallo,

probier mal

<style type="text/css">

#cont { width:400px;height:300px;border:2px solid black }
  #d1 { width:300px;height:300px;background-color:red;float:left }
  #d2 { width:100px;height:100px;background-color:green;float:left }
  #d3 { width:100px;height:100px;background-color:blue;float:left }
  #d4 { width:100px;height:100px;background-color:yellow;float:left }
</style>


>   
>  ~~~html

<div id="cont">  

>   <div id="d1"></div>  
>   <div id="d2"></div>  
>   <div id="d3"></div>  
>   <div id="d4"></div>  
>  </div>

und spiel mal mit den Breiten und Höhen,

Gruß, Jürgen

Danke!
Noch eine kleine Frag wie mache ich es wenn ich neben 2 Zellen viele kleine haben möchte?