vive Posted April 17, 2010 Share Posted April 17, 2010 Hola!Estoy modificando global.css para añadir un .jpg al footer, pero al bajar el texto me duplica la imagenEstoy 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; } Link to comment Share on other sites More sharing options...
vive Posted April 18, 2010 Author Share Posted April 18, 2010 ¿Nadie me puede ayudar? ¿Nadie sabe solucionar este tema? Link to comment Share on other sites More sharing options...
Tecniloco Posted April 19, 2010 Share Posted April 19, 2010 Hola vive, toma nota..un saludo TECNILOCO #footer { background: transparent url('../img/footer1.jpg') no-repeat; clear: both; text-align: center; width:980px; height: 270px; } Link to comment Share on other sites More sharing options...
vive Posted April 19, 2010 Author Share Posted April 19, 2010 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 More sharing options...
Recommended Posts