ciao,
sapete dirmi come mai mi appare uno spazio sotto l'angolo in alto a destra ? (ed anche in basso a sinistra).
posto sia il codice del css che lo screenshot:
sono due ore che provo ma non ottengo risultati significanti..codice:.area { width: 750px; position: absolute; left: 12.5%; right: 12.5%; top: 20%; bottom: 20%; height: 60%; background-color: white; z-index: 1; padding: 0px 0px 0px 0px; } .angolobasso { background-image: url(img/area/angSB.jpg); position: absolute; bottom: 0px; left: 0px; width:18px; height: 17px; z-index: 5; margin: 0px 0px 0px 0px; } .angoloalto { background-image: url(img/area/angDA.jpg); position:absolute; top:0px; right:0px; width: 17px; height: 16px; z-index: 4; margin: 0px 0px 0px 0px; } .barraverticale { background-image: url(img/area/sfum.jpg); background-repeat: repeat-y; position:absolute; top:0px; right:0px; width:17px; height:100%; z-index: 2; } .barraorizzontale { background-image: url(img/area/sfum2.jpg); background-repeat: repeat-x; position:absolute; bottom:0px; left:0px; width:100%; height:18px; z-index: 3; }
vi ringrazio
mauromaz