Manuel B.: Layer in Tabelle "einbauen"

Beitrag lesen

Ok, deine Beschreibung übertragen würde dann so aussehen:

<body scroll="no" style="height:100%; padding:0px; margin:0px; background-color:#E7E3E7;">

<div style="width:190px; height:50%; float:left; background-color:#666666;">
  </div>

<div style="height:100%; margin-left:190px;">b
  </div>

<div style="height:50%; width:190px; position:absolute; top: 50%;">c
  </div>

</body>

Funktioniert soweit auch ... gut ... nur wie kriege ich innerhalb der Layer einen Rand von 5px hin ohne dass sich alles so verschiebt das Scrollbalken angezeigt werden ?

Gruß, Manuel