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

el html estaba bien, o eso creo!

pero solo toque el CSS que estaba bastante mal muy muy mal!

aquí te dejo el código mejorado:

Cita:
#footer{background:#474747; width:100%; height:450px; color:#ccc; border-top:1px solid #ccc; overflow:hidden; clear:both;}
#footer a{font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt; text-decoration: none;}
#footer a:link,
#footer a:visited{color:#ccc; font-size:10pt;}
#footer a:hover{color:#ccc; font-size:10pt; text-decoration: underline;}
*{margin:0 auto; padding:0;}
.all{width:900px; overflow:hidden;}
.columna_1{width:200px; height:250px; margin:30px 10px 0 0; float:left;}
.columna_2{background:url(img/columna1.png) left repeat-y; width:200px; height:400px; margin:30px 10px 0 0; padding:0 0 0 10px; float:left;}
.columna_3{width:200px; height:180px; margin:30px 10px 0 0; padding:0 0 0 10px; float:left;}
.columna_4{width:200px; height:170px; margin:30px 10px 0 0; padding:0 0 0 10px; float:left;}
Espero que te sirva.. ;)