Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/05/2011, 15:55
snexusvip
 
Fecha de Ingreso: octubre-2010
Mensajes: 16
Antigüedad: 13 años, 6 meses
Puntos: 0
Poner Marca de agua

Hola a todos, tengo un problema. Como pongo a este codigo una marca de agua, supuestamente creo ya esta integrado, eso creo yo, pero quiero que le den un vistaso a mi codigo css

Código CSS:
Ver original
  1. /* Backgrounds */
  2. body.bgstyle1 {background: #0B0B0B;}
  3. body.bgstyle2 {background: #ddd;}
  4. body.bgstyle3 {background: #0F1721;}
  5. body.bgstyle4 {background: #1F1001;}
  6. body.bgstyle5 {background: #061C08;}
  7. body.bgstyle6 {background: #18061C;}
  8. body.bgstyle7 {background: #0B0B0B;}
  9. body.bgstyle8 {background: #240500;}
  10. body.bgstyle9 {background: #1F030A;}
  11. body.bgstyle10 {background: #D0F4F6;}
  12. body.bgstyle1 #main-background {background: url(../images/backgrounds/bgstyle1/bgimage.jpg) 50% 0 no-repeat;}
  13. body.bgstyle2 #main-background {background: url(../images/backgrounds/bgstyle2/bgimage.jpg) 50% 0 no-repeat;}
  14. body.bgstyle3 #main-background {background: url(../images/backgrounds/bgstyle3/bgimage.jpg) 50% 0 no-repeat;}
  15. body.bgstyle4 #main-background {background: url(../images/backgrounds/bgstyle4/bgimage.jpg) 50% 0 no-repeat;}
  16. body.bgstyle5 #main-background {background: url(../images/backgrounds/bgstyle5/bgimage.jpg) 50% 0 no-repeat;}
  17. body.bgstyle6 #main-background {background: url(../images/backgrounds/bgstyle6/bgimage.jpg) 50% 0 no-repeat;}
  18. body.bgstyle7 #main-background {background: url(../images/backgrounds/bgstyle7/bgimage.jpg) 50% 0 no-repeat;}
  19. body.bgstyle8 #main-background {background: url(../images/backgrounds/bgstyle8/bgimage.jpg) 50% 0 no-repeat;}
  20. body.bgstyle9 #main-background {background: url(../images/backgrounds/bgstyle9/bgimage.jpg) 50% 0 no-repeat;}
  21. body.bgstyle10 #main-background {background: url(../images/backgrounds/bgstyle10/bgimage.jpg) 50% 0 no-repeat;}

Donde tengo que modificar para que salga el fondo con marca de agua ?.


Gracias.