Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/03/2007, 05:36
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 10 meses
Puntos: 62
Re: Ayuda, Redimensionar DIV

toma un ejemplo, te lo he echo ahora mismo:

Código HTML:
<html>
<head>
<script type="text/javascript">
 function rdm(id,width,height)
  {
    id=document.getElementById(id);
    id.style.width=width + "px";
    id.style.height=height + "px";
  }
</script>
</head>
<body>
<div id="capa" style="border:1px solid #000000; width:100px; height: 100px;">
eoeoeoe
</div>
<a href="#" onclick="rdm('capa','300','400')">RDM</a>
</body>
</html> 
solo le tienes que pasar el id, ancho y alto, asi lo puedes re-utilizar en varias capas.

;)
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan