Forums

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

Home Forums CSS Attached footer which is static.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32671
    ramit
    Member

    Hello Can anyone lead me to how to create a footer which is static like this one. http://www.cornerd.com/oldtimey/

    #76929
    Brightonmike
    Member

    Look at its CSS:

    .bottombar {
    position:fixed;
    float:left;
    left:0px;
    bottom:0px;
    width:100%;
    height:60px;
    }
    #76824
    kiwus
    Member

    I have a question regarding that. I have a project Project link

    where I got a navbar that’s staying actually on top of things, but there’s a problem when I use local anchors (a name), because they ‘slide’ underneath this navbar. I tried positioning two divs seperately, but the I couldn’t get the overflow-y property working. Any ideas on how to fix this? (FF works quite good, but no other browser does)

    (the local links are in the drop down menu in last breadcrumb on the blue navbar)

    #76611
    kiwus
    Member

    bump – help anybody?

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