07-05-2010, 02:39
Proszę, powinno działać 

Kod:
<html>
<head><title>tst</title>
<style type="text/css">
/* <![CDATA[ */
* { margin: 5px; text-align:center;}
.cena_costam {width:100%; background-color:brown;}
.cena_costam div {display:inline;}
/* ]]> */
</style>
</head>
<body>
<div style="min-width: 400px; width:100% background-color:lime;">
<div style="width: 30%; height:116px; background-color:red; float:left;">
img
</div>
<div style="width:70%px; background-color: gray; float:right;">
<div style="width:100%; background-color:brown;">
nazwa
</div>
<div style="width:100%; background-color:brown;">
opis
</div>
<div class="cena_costam">
<div style="float:left; width: 49%; background-color: blue;">
cena
</div>
<div style="float: right; width:49%; background-color: aqua;">
cos tam
</div>
</div>
</div>
</div>
</body>
</html>
![[Obrazek: beznazwy1hf.png]](http://img251.imageshack.us/img251/2663/beznazwy1hf.png)
Roll or die!