Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JQuery Sticky Footer doesn’t work

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39429
    Muhib
    Member

    I just tried the jquery sticky footer from https://css-tricks.com/snippets/jquery/jquery-sticky-footer/
    But unfrotunately, it didn’t work. The code is below, I need your help.

    The Script Section of my test page:

    The CSS Footer section of my test page:

    #footer {
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 13px;
    background: -moz-linear-gradient(top, #825912 46%, #000 105%);
    color: white;
    border-radius: 0 5px 5px;
    height: 100px;
    }
    #footer p {
    padding: 1em;
    font-family: Arial, Helvetica, sans-serif;
    }
    #108154
    TheDoc
    Member

    Do you have a link to your site? Quickest way to debug stuff!

    #108157
    Muhib
    Member

    Sorry, it’s only a part of my practise. If you want, I can attach the file.

    Here’s the link for the file: http://www.mediafire.com/?ahe7lw124wb9kvk

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.