Ciao.
Io ho una serie di div uno sopra l'altro che contengono ognuno il nome e la foto di un insegnante di uno stage. Ogni div si chiama #nome insegnante ed è così composto:
codice:
#INSEGNANTE {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 68px;
color: #CC0909;
font-size: 18px;
background-color: #FFFFFF;
letter-spacing: 1px;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-top-style: none;
border-right-style: dashed;
border-bottom-style: dashed;
border-left-style: dashed;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
height: 71px;
background-image: url(sfondoaloi.gif);
background-repeat: no-repeat;
background-position: 112px;
}
Il risultato è questo..
Qello che vorrei fare ora, è inserire un immagine che prenda tutti i div come in ALLEGATO...
Come posso fare?
Grazie.
Lorenzos...