Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/07/2011, 18:47
Avatar de ZoroRoronoa
ZoroRoronoa
 
Fecha de Ingreso: marzo-2011
Ubicación: California, USA
Mensajes: 824
Antigüedad: 13 años
Puntos: 116
Respuesta: agregar dos opciones dentro de una clase

no debes de meter lo primero dentro del segundo, eso jamas se hace.

Código CSS:
Ver original
  1. BODY {
  2.    
  3.     font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
  4.     color : #666666;
  5.     text-align: center;
  6.     vertical-align: baseline;
  7.     display: table;
  8.     height: 100%;
  9.     width: 100%;
  10.     margin-top: 20px;
  11.     margin-right: 0px;
  12.     margin-bottom: 0px;
  13.     margin-left: 0px; /*
  14.     background-image:url(../Supervisor/Operaciones/Titulo.jpg); /* coloca la imagen en el fondo pero en mosaico
  15.     background-position:center; /* la imagen no se muestra tanto en mosaico queda centrada */
  16.   /*  background-color:#000000;*/
  17.     background:url(../imagenes/body_bg.png) repeat 0 0
  18. /*    background-image:url(../imagenes/body_bg2.png);
  19.     background-repeat:repeat-x;  /* colocar imagen en fondo negro completa*/
  20.    
  21. }
  22.  
  23. .bottom{
  24.     background-image:url(../imagenes/bottom.jpg);
  25.     background-position:bottom;
  26.     width:700px;
  27.     height:auto;
  28.     margin-bottom:auto;
  29.     position:absolute;
  30.     text-align:center;
  31.     bottom:0px;
  32.     left:300px;
  33.     right:300px;
  34.     z-index:1;
  35. }

Saludos.
__________________
Programador jQuery & PHP