Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/09/2012, 12:35
Avatar de NSD
NSD
Colaborador
 
Fecha de Ingreso: mayo-2012
Ubicación: Somewhere
Mensajes: 1.332
Antigüedad: 12 años, 6 meses
Puntos: 320
Respuesta: problemas con una caja deslizante flotante

1 - Esto no tiene NADA que ver con php.
2 - Revisa de donde sacaste el codigo.
3 - ¿No usas la etiqueta body nunca?
4 - No uses hotlink, es una mala practica.
5 - Prueba esto:

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Documento sin titulo</title>
  5. <script type="text/javascript" src="http://disemuchonet.blogcindario.com/ficheros/jquery-1-4-2-min.js">
  6.  
  7. <script type="text/javascript">
  8. //<![CDATA[
  9. var j = jQuery.noConflict();
  10. j(function (){
  11. j(".esthela").hover(function(){
  12. j(".esthela").stop(true, false).animate({right:"0"},"medium");
  13. },function(){
  14. j(".esthela").stop(true, false).animate({right:"-400"},"medium");
  15. },500);
  16. return false;
  17. });
  18. //]]>
  19.  
  20. <style type="text/css">
  21. /*<![CDATA[*/
  22. .esthela {
  23. float:right;
  24. width:450px;
  25. height:350px;
  26. background: url(http://u.jimdo.com/www21/o/s4e9df44a0ad8ccd8/img/i89f1a63f61ac63da/1340075377/std/image.png) no-repeat !important;
  27. display:block;
  28. right: -400px;
  29. padding:0;
  30. position:fixed;
  31. top: 56px;
  32. z-index:1002;
  33. }
  34. /*]]>*/
  35. </head>
  36. <div class="esthela" style="right: -400px;">
  37.     <div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;">
  38.             Aqui el contenido
  39.     </div>
  40. </div>
  41. </body>
  42. </html>

Saludos.

PD: la proxima intenta postear en el foro correcto ;)
__________________
Maratón de desafíos PHP Junio - Agosto 2015 en FDW | Reglamento - Desafios