Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/06/2012, 12:10
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses
Puntos: 1567
Respuesta: Problema con onclick y div anidados

A ver esta variante si te sirve
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. #div1{
  9. width: 500px;
  10. height: 500px;
  11. background: red;
  12. }
  13. #div2{
  14. width: 300px;
  15. height: 300px;
  16. background: green;
  17. }
  18. /*]]>*/
  19. <script type="text/javascript">
  20. //<![CDATA[
  21. var estado = 0;
  22. function funcion(){
  23. if(estado == 0){
  24. window.location.href ='http://emprear.com';
  25. }
  26. }
  27. //]]>
  28. </head>
  29. <div id="div1" onclick="funcion();">
  30. <div id="div2" onmouseover="estado =1;" onmouseout="estado = 0;">
  31. Div2
  32. </div>
  33. </div>
  34. </body>
  35. </html>

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.