Forums

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

Home Forums Other Another Sticky Footer That Always Shows

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24140
    ikthius
    Member

    Hey everyone,

    been playing around and came across some cool code for making a footer stick to the bottom of the screen no matter what size of screen you are using.

    tested on 1024×768 & 1280×1024 it works damn fine.
    also tested in IE 7&8, FF3, Chrome, Safari & Opera all in both resolutions, however, IE6 seems to fail, but does put it to the bottom of the screen as a normal footer

    Code:
    position:fixed;
    width:100%;
    bottom: 0px;
    left: 0px;
    z-index:1;

    ik

    p.s. using a strict doc type

    #54108
    Rob MacKay
    Participant

    nice find :D well figured out :)

    #54401
    uba
    Member

    Hi,

    Of course there are a lot of ways of doing this here is one more it works with all of the major browsers and IE 6.

    http://www.cssstickyfooter.com/

    #54456
    ikthius
    Member
    "uba" wrote:
    Hi,

    Of course there are a lot of ways of doing this here is one more it works with all of the major browsers and IE 6.

    http://www.cssstickyfooter.com/

    i was making it show at all costs (for example: a blog with about 10 posts, your screen will still show the footer), I even tried it with opacity and you could see the background scrolling through it.

    #54483
    uba
    Member

    Oh so you mean a docked footer so to speak. Nice!

    #71822
    jillmason7
    Member
    "ikthius" wrote:
    "uba" wrote:
    Hi,
    Chicago Show
    Of course there are a lot of ways of doing this here is one more it works with all of the major browsers and IE 6.
    Vegas Show
    http://www.cssstickyfooter.com/

    i was making it show at all costs (for example: a blog with about 10 posts, your screen will still show the footer), I even tried it with opacity and you could see the background scrolling through it.

    Thanks for the posts, I was looking for a way to do this. New to the forum too so hi everyone!

    -jill

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