Jump to content

(Solucionado) No repetir imagen en footer


vive

Recommended Posts

Hola!

Estoy modificando global.css para añadir un .jpg al footer, pero al bajar el texto me duplica la imagen
Estoy bastante perdido, ¿alguien me puede ayudar?

Muchas Gracias!


/* Footer */
#footer {
   background-image: url('../img/footer1.jpg');
   padding-top:320px;
   clear: both;
   text-align: center;
   width:980px;
   height: 270px;
}
#footer .block_various_links { list-style: none; }
#footer .block_various_links li a{ text-decoration:none; }
#footer .block_various_links li {
   display: inline;
   border-left: 1px solid #888;
   padding: 0px 2px 0px 4px;
}
#footer .block_various_links li.first_item {
   border: none;
   padding-left: 0px;
}

22143_GNqsFi4dD5ScTuoVU4Bt_t

Link to comment
Share on other sites

Muchas gracias TECNILOCO, como se notan los profesionales!

#footer {
   background: transparent url('../img/footer1.jpg') no-repeat;
   clear: both;
   padding-top:310px;
   text-align: center;
   width:980px;
   height: 15px;
}



He tenido que disminuir la altura a 15 pixel porque la imagen no me la repetía, pero metía espacio con el color del fondo. De esta manera lo engaño un poco y consigo el efecto que tanto la imagen como el texto de los enlaces queden al final del todo.

Muchas Gracias! Un saludo!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...