Fondo foto
Publicado: 13 Sep 2011, 15:38
Hola quiero poner un fondo algo parecido como esta web : http://z13.invisionfree.com/LIKESTARS/index.php
Como se podria hacer eso? Gracias!
Como se podria hacer eso? Gracias!
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Código: Seleccionar todo
html, body {
color: #FFF;
background-color: #000;
}
Código: Seleccionar todo
html, body {
color: #FFF;
background-color: #000;
background-image: url("http://i51.tinypic.com/w8kfnc.jpg");
background-attachment: fixed;
background-position: left bottom;
background-repeat: no-repeat;
}
background-image: url("{T_THEME_PATH}/images/tu_imagen.gif/jpg/png");