Christopher: Zellenhöhe verklärt dargestellt

Beitrag lesen

Vielleicht notier ich noch die Styleattribute hier!

Fur die Hauptzelle (rechts, zeilenuebergreifen)
{
vertical-align:top; padding:0px; border-top:2px solid white
}

  • rowspan=2

erste Zeile, linke Spalte
{
padding:0px; background-color:#2d5770; border-top:2px solid white
}
Inhalt ist nur eine Grafik:
<img src='xxx' width='133' height='28' />

zweite Zeile, linke Spalte
{
border-left:1px solid #706f64;
background-color:#d5dde3;
background-image:url(xxx);
background-repeat:no-repeat;
background-position:top;
vertical-align:top;
padding-left:8px;
padding-top:17px;
padding-bottom:17px
}

Die Bildpfade sind real natuerlich sinnvoll gesetzt!

DANKE!!