• Greetings. I am having problems with my layout that is in the process of being implemented into wordpress. I have an error, though.

    https://www.elthus.fairae.org

    View that in IE. The content footer (<div id=”footer”>) or https://www.elthus.fairae.org/wp-content/themes/my%20theme/images/footer.jpg does not go to the bottom, does not go down when the content scrolls. It says where it is for some reason, however the layout is fine in FF.

    Since that footer is supposed to go down, the footer below it that hold the recent posts and recent comments areas are supposed to go down below it as well.

    Does anyone happen to know what may be the cause of this problem? Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just for reference, you don’t use the ‘www’ in that url. The ‘elthus’ bit takes the place of it as they’re both considered subdomains.

    The validator says you ahve issues. You may want to check on them to see if that helps.

    Hi Leo22,
    Perhaps the part of your stylesheet I listed below is throwing things off:

    #footerbg { background: url(/wp-content/themes/my%20theme/footerbg.jpg) no-repeat          bottom;
    border-top: 0px solid #D16683;
    margin:0 auto;
    padding-bottom: 0px;
    height: 380px;
    width: 777px;
    clear:;

    In particular I am looking at this”
    clear:;

    Adding a value in here may help.

    Thread Starter leo22

    (@leo22)

    cwoodside, I’ve tried added a value in “clear:;” but it messed up even more, if anything. That value, of course, was “both.”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer is not going down’ is closed to new replies.