Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Dejar Background No Repeat
Faba   11 Apr, 2012, 3:57 pm
#1
hola bueno mi consulta y gran duda es que quiero dejar una imagen estatica de fondo en mi foro y no se que parte del global.css editar, probe con el background sacandole el no repeat; pero no funciona haber si alguien me dice como porfas c: saludos.
Jonatan H.   11 Apr, 2012, 4:22 pm
#2
En el HTML:

Código PHP:
<?php 
<img id="background" src="images/background.jpg"/>

En el CSS:

Código PHP:
<?php 
#background {
position:fixed;
top: 0px;
width:100%;
height:100%;
left: 0px;
z-index:-1;
}

Usa esos valores para posicionar a tu gusto.
Faba   11 Apr, 2012, 4:53 pm
#3
hablando del html, en que plantilla html la coloco ? c:
Jonatan H.   11 Apr, 2012, 7:37 pm
#4
Deja tal cual lo pusiste y añade al CSS:

Código PHP:
<?php 
width
:100%;
height:100%;

Te lo añado también en el mensaje anterior.
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.