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#footer {
background: url('http://img25.imageshack.us/img25/5360/footerbgwv.jpg') no-repeat top center;
clear: both;
width: 100%;
height: 90px;
}
#footer p{padding:18px 0 0 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #00ccff;text-decoration: none;}
#footer a:hover{color: #eeeeee;text-decoration: none;}
a.opacity img {
filter:alpha(opacity=75);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}
a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #header {
margin-left: 0px;
margin-right: 0px;
}
Y el HTML
Código HTML:
Ver original<!-- spacer for skins that want sidebar and main to be the same height-->
<!-- credit links are not required to remain intact, but is appreciated. Thanks! -->
© 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>
Denid
Saludos y gracias!