Grazie x la risposta.
Purtroppo al momento online non ho nulla, sviluppo in locale.
Provo a postare la porzione di css che ho previsto nella terza colonna ( inc_right.asp )
codice:
.right {
background-attachment: scroll;
background-image: url(/casting/images/right_bg.jpg);
background-repeat: repeat-y;
margin: 0px;
float: left;
height: 665px;
width: 232px;
padding-top: 30px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 35px;
}
.right_textarea {
font-family: Arial;
font-size: 12px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #464646;
text-decoration: none;
margin: 0px;
float: left;
width: 232px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
.gallerypic1 {
background-image: url(/casting/images/gallery1.jpg);
background-repeat: no-repeat;
margin: 3px;
padding: 0px;
float: left;
height: 90px;
width: 120px;
}
.gallerypic2 {
background-image: url(/casting/images/gallery2.jpg);
background-repeat: no-repeat;
margin: 3px;
padding: 0px;
float: left;
height: 90px;
width: 120px;
}
.gallerypic3 {
background-image: url(/casting/images/gallery3.jpg);
background-repeat: no-repeat;
margin: 3px;
padding: 0px;
float: left;
height: 90px;
width: 120px;
}
.button1 {
font-family: Arial;
font-size: 11px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
background-image: url(/casting/images/viewmore.jpg);
background-repeat: no-repeat;
margin: 5px;
float: left;
height: 17px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
width: 68px;
}
.right_headarea {
font-family: Georgia;
font-size: 22px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #7e8901;
text-decoration: none;
margin: 0px;
float: left;
width: 232px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
E la relativa pagina web:
codice:
<div class="right">
<div class="h2">Album</div>
<div class="gallerypic1"></div>
<div class="gallerypic2"></div>
<div class="gallerypic3"></div>
<div class="right_textarea">
<div align="center">Foto</div>
</div>
<div class="right_headarea">Web </div>
<div class="right_textarea">
<table border="0">
<tr>
<td class="h3">01</td>
<td class="h4">02</td>
</tr>
</table>
</div>
<div class="right_textarea">
<div align="center">Apri</div>
</div>
</div>
</div>