Hai ragione, nel file skin/originalReVo/css/layout.css
cambia questo:
Codice:
div.if_campo {
background-image:url(../img/campo.png);
background-position:12px 83px;
background-repeat:no-repeat;
height:485px;
width:468px;
float:left;
margin-left:20px;
z-index:10000;
padding:0;
position: relative;
}
div.if_campo_V {
background-image:url(../img/campoV.png);
background-position:12px 83px;
background-repeat:no-repeat;
height:485px;
width:468px;
float:left;
margin-left:20px;
z-index:10000;
padding:0;
position: relative;
}
con questo:
Codice:
div.if_campo {
background-image:url(../img/campo.png);
background-position:12px 83px;
background-repeat:no-repeat;
height:485px;
width:468px;
float:left;
margin-left:20px;
z-index:1000;
padding:0;
position: relative;
}
div.if_campo_V {
background-image:url(../img/campoV.png);
background-position:12px 83px;
background-repeat:no-repeat;
height:485px;
width:468px;
float:left;
margin-left:20px;
z-index:1000;
padding:0;
position: relative;
}