Próbowałem coś tak
Kod
<div style="border:1px solid black;height:47px;overflow:hidden;">
1tekst<br/>
2tekst<br/>
3tekst<br/>
4tekst<br/>
5tekst<br/>
6tekst<br/>
7tekst<br/>
</div>
1tekst<br/>
2tekst<br/>
3tekst<br/>
4tekst<br/>
5tekst<br/>
6tekst<br/>
7tekst<br/>
</div>
ale efekt to tylko ucięcie, czyli tak jak w specyfice overflow
Chodzi o to żeby efekt był taki jak przy takim kodzie
Kod
<div style="border:1px solid black;width:100%;">
<div style="height:47px;float:left;">
1tekst<br/>
2tekst
</div>
<div style="height:47px;float:left;">
3tekst<br/>
4tekst
</div>
<div style="height:47px;float:left;">
5tekst<br/>
6tekst
</div>
<div style="height:47px;float:left;">
7tekst
</div>
</div>
<div style="height:47px;float:left;">
1tekst<br/>
2tekst
</div>
<div style="height:47px;float:left;">
3tekst<br/>
4tekst
</div>
<div style="height:47px;float:left;">
5tekst<br/>
6tekst
</div>
<div style="height:47px;float:left;">
7tekst
</div>
</div>
Ten sposób mi nie pasuje, bo potrzebuje aby wszystko było w jednym DIV