Forums

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

Home Forums CSS footer location

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

    i have div for footer which contain images of (facebook,twitter,youtube) in the middle but when i make zoom in or out the images go right or left ,, i want to keep them in the same position how to do that?

    and the css:
    #footer{
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
    }
    any help?

    #126478
    Paulie_D
    Member

    We’d need to see a link or a reduced case in Codepen

    #126485
    halagamal
    Member
    #126486
    Paulie_D
    Member

    You need to add the CSS too and serve up replacement images of the same size…perhaps from lorempixel.com

    By the way…the

    element no long exists…better replace it with a div.
    #126489
    halagamal
    Member

    i have updated it

    #126492
    Paulie_D
    Member

    >i have updated it

    That can’t be all of it…anyway…the images still aren’t showing…you have to provide image from the web. See my previous comment.

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