28-03-2010, 01:10
Zrób diva w divie
i potem
Kod PHP:
.div1{
width: 100px;
}
.div2{
width: 90px;
margin-left: 10px;
background: url(1.png) repeat;
}
Kod PHP:
<div class='div1'>
<div class='div2'></div>
</div>