Codice: Seleziona tutto
<div id="cellula" style="position: absolute; right: 0px; top: -1000px; width: 605px; height: 1186px;">
<table width="605" align="center" cellpadding="0" cellspacing="0" border="0">
<tr><td height="1000"><img src="{T_IMAGESET_LANG_PATH}/cel/cel_01.gif" /></td></tr>
<tr><td height="177">
<table width="605" cellpadding="0" cellspacing="0" border="0">
<tr><td height="177" style="width: 190px;">
<img usemap="#cel02" src="{T_IMAGESET_LANG_PATH}/cel/cel_02.gif" />
<map name="cel02">
<area shape="polygon" coords="2,2,81,2,41,40" href="#" alt="...">
<area shape="polygon" coords="41,40,81,2,81,80" href="#" alt="...">
</map>
</td><td>
<table width="415" cellpadding="0" cellspacing="0" border="0">
<tr><td height="94">
<table width="415" cellpadding="0" cellspacing="0" border="0">
<tr><td>
<img usemap="#cel03" src="{T_IMAGESET_LANG_PATH}/cel/cel_03.gif" />
<map name="cel03">
<area shape="polygon" coords="0,2,40,40,0,80" href="#" alt="...">
<area shape="polygon" coords="0,2,81,2,40,40" href="#" alt="...">
<area shape="polygon" coords="81,2,81,80,40,40" href="#" alt="...">
<area shape="polygon" coords="0,80,40,40,81,80" href="#" alt="...">
</map>
</td><td style="width: 321px; background: url('{T_IMAGESET_LANG_PATH}/cel/cel_04.gif'); background-repeat: no-repeat;"></td></tr>
</table>
</td></tr>
<tr><td height="83">
<table width="415" cellpadding="0" cellspacing="0" border="0">
<tr><td>
<img usemap="#cel05" src="{T_IMAGESET_LANG_PATH}/cel/cel_05.gif" style="padding: 0px;" />
<map name="cel05">
<area shape="polygon" coords="81,2,161,2,121,40" href="#" alt="...">
<area shape="polygon" coords="121,40,161,2,161,80" href="#" alt="...">
</map>
</td><td>
<img usemap="#cel06" src="{T_IMAGESET_LANG_PATH}/cel/cel_06.gif" style="padding: 0px;" />
<map name="cel06">
<area shape="polygon" coords="0,2,40,40,0,80" href="#" alt="...">
<area shape="polygon" coords="0,2,81,2,40,40" href="#" alt="...">
<area shape="polygon" coords="81,2,81,80,40,40" href="#" alt="...">
<area shape="polygon" coords="0,80,40,40,81,80" href="#" alt="...">
</map>
</td><td>
<img usemap="#cel07" src="{T_IMAGESET_LANG_PATH}/cel/cel_07.gif" style="padding: 0px;" />
<map name="cel07">
<area shape="polygon" coords="0,2,40,40,0,80" href="#" alt="...">
<area shape="polygon" coords="0,2,81,2,40,40" href="#" alt="...">
<area shape="polygon" coords="81,2,81,80,40,40" href="#" alt="...">
<area shape="polygon" coords="0,80,40,40,81,80" href="#" alt="...">
</map>
</td><td>
<img usemap="#cel08" src="{T_IMAGESET_LANG_PATH}/cel/cel_08.gif" style="padding: 0px;" />
<map name="cel08">
<area shape="polygon" coords="0,2,40,40,0,80" href="#" alt="...">
<area shape="polygon" coords="0,2,81,2,40,40" href="#" alt="...">
<area shape="polygon" coords="81,2,81,80,40,40" href="#" alt="...">
<area shape="polygon" coords="0,80,40,40,81,80" href="#" alt="...">
</map>
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
</table>
</td></tr>
<tr><td height="9"><img src="{T_IMAGESET_LANG_PATH}/cel/cel_09.gif" /></td></tr>
</table>
</div>
<script language="Javascript" type="text/javascript">
<!--//
function FloatTop() {
var startX= 0;
var startY= -10000;
var ns= (navigator.appName.indexOf("Netscape")!= -1);
var px= document.layers? "": "px";
function ml(id) {
var el= document.getElementById? document.getElementById(id): document.all? document.all[id]: document.layers[id];
if(document.layers) el.style= el;
el.sP= function(x,y) {
this.style.right= x+px;
this.style.top= y+px;
};
el.x= startX;
el.y= startY;
return el;
}
window.sTopR= function() {
var pY= ns? pageYOffset: document.documentElement&&document.documentElement.scrollTop? document.documentElement.scrollTop: document.body.scrollTop;
var dY= (pY> startY)? pY-1000: startY;
ftlObj.y+= (dY -ftlObj.y)/ 8;
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("sTopR()", 20);
};
ftlObj= ml("cellula");
sTopR();
}
FloatTop();
//-->
</script>
Il problema nasce se nell'overall_footer inserisco questo codice..
..Prima succedeva anche nell'overall_header perchè avevo immesso un'altro codice!