Du har något annat fel. Testade själv med följande, statiska, kod.
Kod:
<style>
#wrapper {
width: 800px;
border: 7px dotted #000;
padding: 15px;
height: auto;
min-height: 1000px;
}
.produktwrapper {
width: 150px;
border: 1px solid #000;
float: left;
display: inline-block;
}
</style>
<div id="wrapper">
<div class='produktwrapper'
<div class='produktbild'><img height='150px' width='150px' src='#'</div>
<div class='titel'>Test 1</div>
<div class='pris'>1000 SEK </div>
<div class='shortdesc'>Lorem Ipsum.....</div>
</div>
<div class='produktwrapper'
<div class='produktbild'><img height='150px' width='150px' src='#'</div>
<div class='titel'>Test 1</div>
<div class='pris'>1000 SEK </div>
<div class='shortdesc'>Lorem Ipsum.....</div>
</div>
<div class='produktwrapper'
<div class='produktbild'><img height='150px' width='150px' src='#'</div>
<div class='titel'>Test 1</div>
<div class='pris'>1000 SEK </div>
<div class='shortdesc'>Lorem Ipsum.....</div>
</div>
<div class='produktwrapper'
<div class='produktbild'><img height='150px' width='150px' src='#'</div>
<div class='titel'>Test 1</div>
<div class='pris'>1000 SEK </div>
<div class='shortdesc'>Lorem Ipsum.....</div>
</div>
</div>
Ser ut såhär:
http://cl.ly/2n111s312N2z0P3B0G3x
Testa själv här:
http://htmledit.squarefree.com/
Vad använder du för webbläsare? Prova att ta bort inline-block.