Ver Mensaje Individual
  #9 (permalink)  
Antiguo 08/02/2011, 10:32
LionCode
 
Fecha de Ingreso: febrero-2011
Mensajes: 33
Antigüedad: 13 años, 3 meses
Puntos: 0
Respuesta: Problema centrado mapa display none

Código:
<script type="text/javascript">
$(function() {
	$("#mostrar").click(function(event){
	event.preventDefault();
        $("#mapa").focus();
	$("#mapa").slideToggle(1500); });
	}); 
    </script>
asi no te funciona?