Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/09/2011, 13:06
oliverarthurnardi
 
Fecha de Ingreso: noviembre-2010
Ubicación: aun no se donde vivir
Mensajes: 112
Antigüedad: 13 años, 5 meses
Puntos: 3
Respuesta: Problema con imagen de fondo

Y aqui está el css de la web

Código HTML:
Ver original
  1. <style type="text/css">
  2. body{
  3.   background: url(imagenes/wallpaper.jpg) no-repeat center center fixed;
  4.   -webkit-background-size: cover;
  5.   -moz-background-size: cover;
  6.   -o-background-size: cover;
  7.   background-size: cover;
  8.   margin-bottom: 0px;
  9. }
  10. #Container{
  11.     position: relative;
  12.     width:1280px;
  13.     height:1010px;
  14.     margin: 0px auto 0px auto;
  15.     margin-top:0 auto;
  16.     margin-bottom:350px;
  17. }
  18. #contenido{
  19.     position:relative;
  20.     width:1050px;
  21.     height:650px;
  22.     margin: 0px auto 0px auto;
  23.     margin-top:0 auto;
  24.     }
  25. #frame{
  26.     position: relative;
  27.     width:233px;
  28.     height:173px;
  29.     background-color:transparent;
  30.     margin-left: 615px;
  31.     margin-right: 800px;
  32.     margin-top: 67px;
  33.     margin-bottom:850px;
  34. }
  35. #frame1{
  36.     position:relative;
  37.     width:360px;
  38.     height:268px;
  39.     background-color:transparent;
  40.     margin-left: 221px;
  41.     top: 28px;
  42. }
  43. #frame2{
  44.     position:relative;
  45.     width:242px;
  46.     height:180px;
  47.     background-color:transparent;
  48.     left: 352px;
  49.     top: 316px;
  50. }
  51. #frame3{
  52.     position:relative;
  53.     width:138px;
  54.     height:184px;
  55.     background-color:transparent;
  56.     left: 645px;
  57.     top: 257px;
  58. }
  59. #frame4{
  60.     position:relative;
  61.     width:181px;
  62.     height:157px;
  63.     background-color:transparent;
  64.     left: 799px;
  65.     top: 268px;
  66. }
  67. #frame5{
  68.     position:relative;
  69.     width:62px;
  70.     height:282px;
  71.     background-color:transparent;
  72.     left: 156px;
  73.     top: 332px;
  74. }