Ciao ho un problemma con uno sfondo come posso fare....
file php
Codice PHP:
<div class="rbroundbox">
<div class="rbtop">
<div></div>
</div>
</div>
<div class="rbbot">
<div>
</div>
</div>
</div>
file css
Codice PHP:
.rbroundbox {
background: url(centr.png);
margin-top: -100px;
}
.rbtop div {
background: url(tl.png)
no-repeat top left; }
.rbtop {
background: url(tr.png) no-repeat top right; }
.rbbot div {
background: url(bl.png) no-repeat bottom left; }
.rbbot {
background: url(br.png) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 85%; margin: 1em auto; margin-top: 100px;}
crea un rettangolo con gli angoli arrotondati
essendo che le immagini sono trasparenti
succede che sotto angolo si vede l'altro sfondo che anche esso trasparente e come posso fare in modo che l'immagine
come posso fare XD