• Resolved amul

    (@amul)


    https://www.amul.biz//news

    While I realize that there are several formatting errors on the site right now, the one that is really bothering me is the way that the background for #page seems to stop at the bottom of the Sidebar, rather than the bottom of the all content.

    I mean, there’s a bunch left to fix, and it’s not even vaguely cross-browser, but this is the thing I want to work on first.

Viewing 2 replies - 1 through 2 (of 2 total)
  • My guess it is due to a float, probably floating the narrowcolumn div?

    What you’ll need to do is to clear the floats. Add the following to your style.css:

    #page:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page background inexplicably stops’ is closed to new replies.