03/03/2009, 09:59
|
| | | Fecha de Ingreso: febrero-2009
Mensajes: 25
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Respuesta: Problema con posicionamiento absoluto en DW CS2 Buenas Calizzz!
Veo que el problema está en el apartado de Java Script:
Copiando y pegando el que hice con CS3 me funciona
Te marcado en negrita las versiones ya que al realizarlo en CS2 eran diferentes.:
<script type="text/javascript">
<!--
function MM_changeProp(objId,x,theProp,theValue) { //v9.0 var obj = null; with (document){ if (getElementById)
obj = getElementById(objId); }
if (obj){
if (theValue == true || theValue == false)
eval("obj.style."+theProp+"="+theValue);
else eval("obj.style."+theProp+"='"+theValue+"'");
}
}
function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->
</script> |