Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/08/2010, 06:50
Avatar de Wilfred
Wilfred
 
Fecha de Ingreso: octubre-2008
Mensajes: 110
Antigüedad: 15 años, 5 meses
Puntos: 1
Posicionar footer

Buenas,

He instalado esta plantilla en blogger,el problema es que al borrar los tres boxes de la parte superior el footer queda flotando un poco mas arriba de la parte de abajo.Podeis ver como que aquí.¿Como puedo hacer para posicionarlo correctamenta?

Os dejo el CSS:
Código CSS:
Ver original
  1. #footer {
  2.     background: url('http://img25.imageshack.us/img25/5360/footerbgwv.jpg') no-repeat top center;
  3.     clear: both;
  4.     width: 100%;
  5.     height: 90px;
  6.     }
  7. #footer p{padding:18px 0 0 0;margin: 0; color: #eee; text-align:center;}
  8. #footer a{color: #00ccff;text-decoration: none;}
  9. #footer a:hover{color: #eeeeee;text-decoration: none;}
  10. a.opacity img {
  11.      filter:alpha(opacity=75);
  12.      -moz-opacity: 0.7;
  13.      opacity: 0.7;
  14.      -khtml-opacity: 0.7;
  15.     }
  16.  a.opacity:hover img {
  17.      filter:alpha(opacity=100);  
  18.      -moz-opacity: 1.0;  
  19.      opacity: 1.0;
  20.      -khtml-opacity: 1.0;
  21.     }
  22. /** Page structure tweaks for layout editor wireframe */
  23. body#layout #header {
  24.   margin-left: 0px;
  25.   margin-right: 0px;
  26. }

Y el HTML
Código HTML:
Ver original
  1. <!-- spacer for skins that want sidebar and main to be the same height-->
  2.       <div class='clear'> </div>
  3.  
  4. <div id='footer'>
  5.  
  6. <!-- credit links are not required to remain intact, but is appreciated. Thanks! -->
  7.  
  8.     <p>
  9.         © 2009 <a expr:href='data:blog.homepageUrl'><data:blog.title/></a> | Theme by <a href='http://www.wpskinner.com' title='WP Skinner - Free WP themes, tips and tutorials'>WP Skinner</a> |  Bloggerized by <a href='http://www.dhampire.net/search/label/Blogger-Template' target='_blank'>Blogger Template</a> </p>
  10. </div>
Denid

Saludos y gracias!