Hi,
ich möchte mehrere Zeilen und Spalten wie in einer Tabelle darstellen und Inerhalb einer Zelle ein Element positionieren aber wie?
ich möchte nicht das das X 10px vom Boden der Seite sonder 10px vom Boden des A1 divs positioniert wird.
hat einer eine Idee?
lg xxoes
ich möchte mehrere Zeilen und Spalten wie in einer Tabelle darstellen und Inerhalb einer Zelle ein Element positionieren aber wie?
Code:
<div>
<div style='float:left;width:100px;height:100px'>A1</div>
<div style='float:left;width:100px;height:100px'>B1</div>
<div style='float:left;width:100px;height:100px'>C1</div>
<div style='float:clear;width:100px;height:100px'></div>
<div style='float:left;width:100px;height:100px'>A1
<div style='position:absolute;bottom:10px;width:50px;height:50px'>
X
</div>
</div>
<div style='float:left;width:100px;height:100px'>B1</div>
<div style='float:left;width:100px;height:100px'>C1</div>
<div style='float:clear'></div>
</div>
ich möchte nicht das das X 10px vom Boden der Seite sonder 10px vom Boden des A1 divs positioniert wird.
hat einer eine Idee?
lg xxoes