HTML- how do I have a footer go behind main when viewed at lower

  • Thread starter Thread starter anon
  • Start date Start date
A

anon

Guest
resolution. example given? Here is some html I frankensteined together from a template + random additions.
http://gabrielyanagihara.tumblr.com/

When viewed at lower resolutions the footer overlaps the blog main content. How do I make that footer disappear behind the body so it doesn't block the post?
Problem is that it's scaled to match the deviantart image thing and when not viewed on high resolution wide screen monitors it touches the main body.
 
That's a tough one... Since you've used templates and such the css is pretty extensive... It has to do with the style settings applied to the DIV tags.

Honestly I'd start from scratch with a clean start in the code. Start simple and slowly build it up. Take the time to learn it yourself completely - it's worth it in the long run.
 
That's a tough one... Since you've used templates and such the css is pretty extensive... It has to do with the style settings applied to the DIV tags.

Honestly I'd start from scratch with a clean start in the code. Start simple and slowly build it up. Take the time to learn it yourself completely - it's worth it in the long run.
 
That's a tough one... Since you've used templates and such the css is pretty extensive... It has to do with the style settings applied to the DIV tags.

Honestly I'd start from scratch with a clean start in the code. Start simple and slowly build it up. Take the time to learn it yourself completely - it's worth it in the long run.
 
Back
Top