Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/11/2010, 00:52
PrendekZ
 
Fecha de Ingreso: noviembre-2009
Ubicación: Colombía
Mensajes: 311
Antigüedad: 14 años, 5 meses
Puntos: 17
Respuesta: problemas con el background del footer

Cita:
Iniciado por kratzor Ver Mensaje
Bueno pues el problema que tengo es que quiero ponerle un fondo de color al footer el problema que tengo es que no me deja ponetlo en toda la pantalla pongo el codigo CSS para que mas o menos me puedan decir cual es mi problema.
Código PHP:
#footer{
clearboth;
width100%;
height450px;
color:#ccc;
border-top1px solid #cccccc;;
background:#474747;
}

#footer a            {font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt; text-decoration: none;}
#footer a:link, 
#footer a:visited    {font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt;}
#footer a:hover    {font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt; text-decoration: underline;}

*{margin:0 auto;padding:0;}
.
all{width:900px; }
.
columna_1{float:left;height:250px;margin:10px 10px 0 0;width:200pxmargin-top:30px; }
.
columna_2{background:url(img/columna1.pngleft repeat-yfloat:left;height:400px;margin:10px 10px 0 0;width:200pxpadding-left:10pxmargin-top:30px;}
.
columna_3float:left;height:180px;margin:10px 10px 0 0;width:200pxpadding-left:10pxmargin-top:30px;}
.
columna_4float:left;height:140px;margin:10px 10px 0 0;width:200pxpadding-left:10pxmargin-top:30px;} 
¿Sinceramente?

No entendí, explicarte mejor ¿Puedes hacer una imagen en photoshop de lo que deseas?

y también publica tanto el html como el CSS, para entender el código.

Saludos!