css position fixed not working at all

后端 未结 5 1592
暖寄归人
暖寄归人 2021-01-27 14:36

I am looking to make a footer type thing for blakehawley.com where it has some different links and such. It is supposed to be a banner style, and by that I mean it is supposed t

5条回答
  •  面向向阳花
    2021-01-27 15:08

    #menu{
    position:fixed;
    bottom: 0px;
    height:200px;
    width:1218px;
    border:3px solid green;
    box-shadow:0px -5px 5px #888888;
    }
    

    Guess did should do the trick, changed second rule

    (Maybe make the width: 100% as well)

提交回复
热议问题