Footer Not On Bottom
-
Yeah, I’ve seen this topic before here and I’ve tried to use these posts to solve my problem but I’ve been unable to resolve it.
I’m trying to create a footer using CSS ‘spiffy’ rounded corners however (which have turned out just fine) but the footer seems to align itself within the sidebar. I’m pretty sure that I’ve got all my <div> tags closed off properly too, but take a look here to see the problem.
I’ve tried resolving it using a position: absolute tag in my css and then assigning a bottom to it, but the whole thing just ends up stuck somewhere within the blog. And if I max out the margin top at 400% or something, the footer becomes fixed and if I have longer posts then they will conflict.
Somehow, I think this links back to separation between my sidebar and my footer and the CSS involved, but I really am not sure how.
Anyway, my CSS for my #footer is:
width: 761px;
margin: 10px auto;
padding-top: 5px;
margin-top: 15px;
font-size: 10px;
I’ve also used a
<div id="footer">
in my footer area as well.
- The topic ‘Footer Not On Bottom’ is closed to new replies.