I'm having a little problem with my page running a little lower than my footer. This actually happened all of the sudden cause it was good yesterday and I didn't change the code for it.
<div id=\"ads\"> <a href=\"http://www.infrasonico.com/#\"><img src=\"http://www.infrasonico.com/wp-content/themes/infrasonico/images/publi.jpg\" alt=\"Anunciarse en este espacio\" /></a> <a href=\"http://www.infrasonico.com/#\"><img src=\"http://www.infrasonico.com/wp-content/themes/infrasonico/images/publi.jpg\" alt=\"Anunciarse en este espacio\" /></a> <a href=\"http://www.infrasonico.com/#\"><img src=\"http://www.infrasonico.com/wp-content/themes/infrasonico/images/publi.jpg\" alt=\"Anunciarse en este espacio\" /></a> <a href=\"http://www.infrasonico.com/#\"><img src=\"http://www.infrasonico.com/wp-content/themes/infrasonico/images/publi.jpg\" alt=\"Anunciarse en este espacio\" /></a> </div>
Try changing " padding: 15px 0; " to " padding: 20px 0; " in your #footer
Scratch that. Would be better to just remove your height:100px all together. Not sure how this will do in IE but I would think it will be fine. Can't test IE.
Are you viewing it in IE? Looks fine in firefox. You could try removing the bottom margin on #footer, or changing height:100px to min-height:100px.
I saw what you were talking about in Firefox Oscar. Minor but I would be the same way if I were you. Awesome site by the way. If only I could read Spanish.
I'm having a little problem with my page running a little lower than my footer. This actually happened all of the sudden cause it was good yesterday and I didn't change the code for it.
BTW: I'm using WordPress
http://img175.imageshack.us/img175/6407/footerij3.jpg
here's the CSS
And here's the HTML
I've edited the original post, thanks!!!
Scratch that. Would be better to just remove your height:100px all together. Not sure how this will do in IE but I would think it will be fine. Can't test IE.
But I used the min-height:100px and it did the trick!!!
Thanks to all for the help!!!!