Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/06/2009, 03:48
tienesuque
 
Fecha de Ingreso: junio-2009
Mensajes: 32
Antigüedad: 14 años, 10 meses
Puntos: 0
Respuesta: Problema con scrolll

Código La página entera es esta::
Ver original
  1. <html xmlns="http:/w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. <style type="text/css">
  6. <!--
  7. body {
  8.     background-color: #FFFFFF;
  9.     margin-left: 0px;
  10.     margin-top: 0px;
  11. }
  12. a:visited {
  13.     color: #FF66CC;
  14. }
  15. a:hover {
  16.     color: #00CCFF;
  17. }
  18. a:active {
  19.     color: #00CCFF;
  20. }
  21. -->
  22. </style>
  23. </head>
  24. <style>
  25. BODY {  cursor:url(images/cursor.cur); }
  26. </style>
  27. <script language="Javascript">
  28. <!-- Begin
  29. document.oncontextmenu = function(){return false}
  30. // End -->
  31. </script>
  32. <script type="text/javascript">
  33. function bajarScroll()
  34. {
  35. ad.scrollTo(0,10000);
  36. }
  37. </script>
  38. <BODY onload="bajarScroll()">
  39. <iframe style="position: absolute; top: 0px; left: 0px" frameBorder="NO" width="620px" height="200px" SCROLLING="NO" src="chat/entrar.php"></iframe>
  40. <iframe name="mensajes" title="mensajes" id="mensajes" style="position: absolute; top: 200px; left: 0px" frameBorder="NO" width="620px" height="300px" src="chat/mensajes.html"></iframe>
  41. </body>
  42. </html>