Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/06/2013, 12:44
simplyisa
 
Fecha de Ingreso: septiembre-2008
Ubicación: Sevilla, España
Mensajes: 124
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Problema con el footer

Este es el archivo footer.php

<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<br />
<br />
<div class="site-info">
credits
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->

<?php wp_footer(); ?>
</body>
</html>

Y esta la parte del CSS:
/* Footer */
footer[role="contentinfo"] {
background: url(http://pelusasfactory.net/images/background-footer.png) repeat-x;
text-align:center;
left: 0;
bottom: 0;
width: 100%;
height: 155px;
position:absolute;

}