Cita:
Iniciado por kratzor 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{
clear: both;
width: 100%;
height: 450px;
color:#ccc;
border-top: 1px 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:200px; margin-top:30px; }
.columna_2{background:url(img/columna1.png) left repeat-y; float:left;height:400px;margin:10px 10px 0 0;width:200px; padding-left:10px; margin-top:30px;}
.columna_3{ float:left;height:180px;margin:10px 10px 0 0;width:200px; padding-left:10px; margin-top:30px;}
.columna_4{ float:left;height:140px;margin:10px 10px 0 0;width:200px; padding-left:10px; margin-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!