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
Pregunta sobre un CSS
Finer   16 Oct, 2012, 8:02 pm
#1
Bueno creo que es algo simple pero yo no lo se XD
Quiero poner el banner sin que se repita a la izquierda >>>> y que quede centrado.

CSS del logo actual que tengo
Código PHP:
<?php 
.logo a {
background: url("http://i1094.photobucket.com/albums/i449/Fedorita/hallloween.png") repeat scroll left top black;
display: block;
height: 240px;
text-indent: -9999px;
width: 1166px;

[Imagen: 4C3r5.jpg]
Última modificación: 16 Oct, 2012, 8:03 pm por fabiibiografiia.
HSSWebs   16 Oct, 2012, 8:04 pm
#2
Código PHP:
<?php 
.logo a {
background: url("http://i1094.photobucket.com/albums/i449/Fedorita/hallloween.png") no-repeat scroll left top black;
display: block;
height: 240px;
text-indent: -9999px;
width: 1166px;

XD
Finer   16 Oct, 2012, 8:07 pm
#3
Gracias pueden cerrar.
HSSWebs   16 Oct, 2012, 8:10 pm
#4
Olvidaba decir que cambies left por center, aunque no sé si funcionaría.

Cierro.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.