Ver Mensaje Individual
  #14 (permalink)  
Antiguo 11/02/2011, 13:26
juuk96
 
Fecha de Ingreso: abril-2009
Mensajes: 16
Antigüedad: 15 años
Puntos: 0
Respuesta: Contenido cortado por DIVS, ayuda?

bueno alfinal ha salido asi!

haced click en reservas:

[URL="http://priveebarcelona.com/web/webclub2"]http://priveebarcelona.com/web/webclub2/[/URL]

PERO SE ME VA EL ESTILO CSS! y en RESERVAS LO TENGO PUESTO! T_T

Código HTML:
<html>
<head>
   <title>Ajax Simple</title>
<script src="jquery-1.3.2.min.js" type="text/javascript"></script>   
<script>
$(document).ready(function(){
   $("#enlaceajax").click(function(evento){
      evento.preventDefault();
      $("#destino").load("contenido-ajax.html");
   });
})
</script>
</head>
<body>

<a href="#" id="enlaceajax">Haz clic!</a>
<br>
<div id="destino"></div>

</body>
</html> 
Como hago para que me conserve el estilo CSS?