03-08-2010, 20:19
(03-08-2010, 20:11)fafor napisał(a): Tak, probowalem <center> i align ale nic nie dzialalo.
No to kolejne prostokąciki:
Kod:
<div style="position: absolute; left: 50%; top: 50%">
<div style="position: relative; left: -50px; top: -50px">
<div style="float: left; width: 50px; height: 100px;">
<img src="obrazek-1.png" alt="" style="width: 50px; height: 100px;"/>
</div>
<div style="float: left; width: 50px; height: 100px;">
<img src="obrazek-2.png" alt="" style="width: 50px; height: 50px" />
<img src="obrazek-3.png" alt="" style="width: 50px; height: 50px" />
</div>
<div style="clear: both"></div>
</div>
</div>