• Resolved stoarcecreierul

    (@stoarcecreierul)


    the content background specified through <div id="content"> should stop at footer, but it overlaps with the footer and it stops at the bottom of the page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • could be a css issue, or may need to rearrange the divs.
    was it always so? did you change some thing?

    crystal ball? psychic help?

    with a link to see the ‘problem’ and the name of the theme, there is probably more to say …

    Thread Starter stoarcecreierul

    (@stoarcecreierul)

    it is a custom page with a forum integrated.
    link: my user name dot ro slash forum
    i have changed (added): <div id="contentf">
    in style.css:

    #contentf {
    float: left;
    background: url(images/shadow-f.png) top left repeat-y;
    }

    edit: the graphics aren’t yet finished; they will span across width lenght

    there are a few validation errors on your site (mismatched closed/open divs)
    (run the check with https://validator.w3.org/ )

    (i did not post the validation results as they could contain your url, and you seem to be a bit secretive about it.)

    these errors might be the reason why the content background does not end before the footer.

    at the moment, the #footerf div is within the #mainf div and #contentf div;
    closing one (or two) div before the start of #footerf could stop the background;

    even if that should work, however, do not forget to resolve the validation errors.

    Thread Starter stoarcecreierul

    (@stoarcecreierul)

    I had to close 2 divs to make it work. I would have never figured it out by myself. I’m tryin to fix things, but to be honest I have no clue what some of them mean.

    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘content background doesn’t stop at footer’ is closed to new replies.