Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/11/2011, 09:21
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: Problema con position:fixed;

con esto en resoluciones menores se te va a generar scroll horizontal para poder acceder a toda esa capa que tiene fixed, pero en particular no me parece muy atractivo, creo que sería mejor usar porcentajes. Probalo

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>fixed con scroll</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.  
  7. <style type="text/css">
  8. /*<![CDATA[*/
  9.  
  10. html, body, div {
  11. padding: 0;
  12. border: none;
  13. margin: 0;
  14. }
  15.  
  16. #contenedor {
  17. position: relative;
  18. width: 1120px;
  19. height: auto;
  20. margin: 0 auto;
  21. }
  22.  
  23. #tope {
  24. height: 50px;
  25. position: fixed;
  26. width: 1120px;
  27. background-color: #151515;
  28. color: #FFF;
  29. }
  30.  
  31. /*]]>*/
  32. </head>
  33. <div id="contenedor">
  34. <div id="tope">
  35. sssss
  36. </div>
  37. xxxxx
  38. <br />xxxxx
  39. <br />xxxxx
  40. <br />xxxxx
  41. <br />xxxxx
  42. <br />xxxxx
  43. <br />xxxxx
  44. <br />xxxxx
  45. <br />xxxxx
  46. <br />xxxxx
  47. <br />xxxxx
  48. <br />xxxxx
  49. <br />xxxxx
  50. <br />xxxxx
  51. <br />xxxxx
  52. <br />xxxxx
  53. <br />xxxxx
  54. <br />xxxxx
  55. <br />xxxxx
  56. <br />xxxxx
  57. <br />xxxxx
  58. <br />xxxxx
  59. <br />xxxxx
  60. <br />xxxxx
  61. <br />xxxxx
  62. <br />xxxxx
  63. <br />xxxxx
  64. <br />xxxxx
  65. <br />xxxxx
  66. <br />xxxxx
  67. <br />xxxxx
  68. <br />xxxxx
  69. <br />xxxxx
  70. <br />xxxxx
  71. <br />xxxxx
  72. <br />xxxxx
  73. <br />xxxxx
  74. <br />xxxxx
  75. <br />xxxxx
  76. <br />xxxxx
  77. <br />xxxxx
  78. <br />xxxxx
  79. <br />
  80. </div>
  81. </body>
  82. </html>
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.