topfblume: Wie kann ich so ein Menü erzeugen???

Beitrag lesen

Moin...

Meinst Du sowas???

<style type="text/css">
div {
 width:50px;
 text-align:center;
}
</style>
<div style="position:absolute; top:0px; left:0px; padding-top:35px; height:100px; background-color:#ffeeff; border-bottom-style:solid; border-width:10px; border-color:#000000;">a</div>
<div style="position:absolute; top:0px; left:50px; padding-top:25px; height:80px; background-color:#eeffee;">a</div>
<div style="position:absolute; top:0px; left:100px; padding-top:45px; height:110px; background-color:#ffffee; border-bottom-style:solid; border-width:10px; border-color:#000000;">a</div>
<div style="position:absolute; top:0px; left:150px; padding-top:65px; height:150px; background-color:#eeeeff;">a</div>

Ich würde mit <div> arbeiten. Die css Geschichte lässt sich natürlich noch ordentlich verkleinern.

Gruß