Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje08-03-2010, 00:19 (UTC)    
Título del mensaje: Como cambiar el fondo en este Css?

hola se modificar todo lo de esta plantilla Css, pero me falta el fondo y no encuentro como cambiarla este es el codigo:

Cita:
img {

border: none;

}
a img {

border: none;

}
lli.nav_element{display: none;}
li.nav_element a{display: none;}
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}


body { font-family:Arial, Helvetica, sans-serif; color:#190707; font-size:12px; }

a { color:#190707; text-decoration:none; }
h1 { font-size:16px; }
h2 { font-size:14px; }

#wrapper { width:760px; margin:0 auto; padding:0; }

#header { width:100%; height:200px; background-image:url(http://img42.xooimage.com/files/1/7/f/banertotal-1997590.jpg); }
#header .logo { float:left; }
#headinfo { float:right; width:92px; margin:0px 0px 0 0; height:20px; padding:06px 0 10px 0; background:url(http://img24.xooimage.com/files/4/1/f/headinfobg-cd4936.gif) no-repeat; text-align:center; }
#headinfo a { color:#FE9A2E; }
#headinfo a:hover { color:#D2D2D2; border-bottom:1px solid #D2D2D2; }

.logotext { float:left; width:200px; margin:55px 0 50px 30px; font-family:Trebuchet MS; font-size:22px; color:#D0F5A9; }
.logotext strong { color:#D0F5A9; }
.logotext2 { font-size:14px; }

#nav { width:100%; overflow:auto; padding:1px; margin:0; background-color:#D0F5A9; }
#nav ul { margin:0; padding:0; }
#nav ul li { float:left; list-style:none; padding:0; }
#nav ul li a { display:block; width:100px; height:15px; padding:8px 0; margin:0 1px 0 0; background-color:#D0F5A9; text-align:center; }
#nav ul li a:hover { background-color: #FAAC58; color:#190707; }

#content { width:100%; }

#left { float:left; width:20%; }
#left ul { margin: 0; padding:0; }
#left ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li a { display:block; width:120px; margin:0; padding:5px; background-color:#D0F5A9; }
#left ul li a:hover { background-color:#FAAC58; }
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li ul li a { padding:5px; background-color:#F7BE81; }

#breadcrumb { float:left; width:80%; background-color:#F7BE81; }

#right { float:left; width:80%; }
#right .postinfo { display:block; width:90%; margin:5px; padding:6px; background-color:#D0F5A9; border:1px solid #D0F5A9; }
#right p a { color:#D0F5A9; font-weight:bold; text-decoration:underline; }

.clear { clear:both; }


En que parte cambio el color de fondo? ESE ES EL CSSCODE-SIN STYLE TAGS
www.coleasunciondelavirgen.es.tl
Mensaje08-03-2010, 02:15 (UTC)    
Título del mensaje:

Código:
body { font-family:Arial, Helvetica, sans-serif; color:#190707; font-size:12px; }

a { color:#190707; text-decoration:none; }
h1 { font-size:16px; }
h2 { font-size:14px; }


en esa parte de tu codigo te falto poner

Código:
background:url(aqui tu imagen de fondo) no repeat;


o si solo lo quieres de algun color
ejemplo:

Código:
background:black;


te quedaria algo así:

Código:
body { font-family:Arial, Helvetica, sans-serif; color:#190707; font-size:12px;background:url(aqui la url de la imagen) no repeat;}

a { color:#190707; text-decoration:none; }
h1 { font-size:16px; }
h2 { font-size:14px; }



un saludo
______________

Administradormartinp
ModeradoresLadiscoteka |Enplenovuelomx |Tokarg |Alfasite |Luupa |Cssplantillas
Normas del foroAquí
Dudas o denuncias support-es@webme.com
flyweb
pueden opinar sobre nuestra web aqui




Ultima edición por sobreviviendoal2012 el Dom Mar 07, 2010 10:22 pm; editado 1 vez
Mensaje08-03-2010, 02:20 (UTC)    
Título del mensaje:

aqui mejor esplicado

aqui tienes tu codigo listo

Código:
img {

border: none;

}
a img {

border: none;

}
lli.nav_element{display: none;}
li.nav_element a{display: none;}
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}


body { font-family:Arial, Helvetica, sans-serif; color:#190707; font-size:12px; }
background:url(url de fondo) no repeat;
a { color:#190707; text-decoration:none; }
h1 { font-size:16px; }
h2 { font-size:14px; }

#wrapper { width:760px; margin:0 auto; padding:0; }

#header { width:100%; height:200px; background-image:url(http://img42.xooimage.com/files/1/7/f/banertotal-1997590.jpg); }
#header .logo { float:left; }
#headinfo { float:right; width:92px; margin:0px 0px 0 0; height:20px; padding:06px 0 10px 0; background:url(http://img24.xooimage.com/files/4/1/f/headinfobg-cd4936.gif) no-repeat; text-align:center; }
#headinfo a { color:#FE9A2E; }
#headinfo a:hover { color:#D2D2D2; border-bottom:1px solid #D2D2D2; }

.logotext { float:left; width:200px; margin:55px 0 50px 30px; font-family:Trebuchet MS; font-size:22px; color:#D0F5A9; }
.logotext strong { color:#D0F5A9; }
.logotext2 { font-size:14px; }

#nav { width:100%; overflow:auto; padding:1px; margin:0; background-color:#D0F5A9; }
#nav ul { margin:0; padding:0; }
#nav ul li { float:left; list-style:none; padding:0; }
#nav ul li a { display:block; width:100px; height:15px; padding:8px 0; margin:0 1px 0 0; background-color:#D0F5A9; text-align:center; }
#nav ul li a:hover { background-color: #FAAC58; color:#190707; }

#content { width:100%; }

#left { float:left; width:20%; }
#left ul { margin: 0; padding:0; }
#left ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li a { display:block; width:120px; margin:0; padding:5px; background-color:#D0F5A9; }
#left ul li a:hover { background-color:#FAAC58; }
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:1px 0; padding:0; }
#left ul li ul li a { padding:5px; background-color:#F7BE81; }

#breadcrumb { float:left; width:80%; background-color:#F7BE81; }

#right { float:left; width:80%; }
#right .postinfo { display:block; width:90%; margin:5px; padding:6px; background-color:#D0F5A9; border:1px solid #D0F5A9; }
#right p a { color:#D0F5A9; font-weight:bold; text-decoration:underline; }

.clear { clear:both; }

______________
Te gusta PwG-DesiGnS Vota por nosotros
en el torneo de pwg.

Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group