2-9作业 footer页脚怎么固定就会消失掉。

2-9作业 footer页脚怎么固定就会消失掉。

<!DOCTYPE html>
为什么我在footer内加position:fixed.这部分就消失了。
<html>
<head>
  <meta charset="UTF-8">
  <title></title>
  <style type="text/css">
    /*此处写代码*/
    *{margin: 0; padding: 0;}
    body{text-align: center; font-size: 16px; color: red;border: 1px solid green;}
    .header{width: 100%;
        height: 100px;  
        background: url(http://img1.sycdn.imooc.com/climg//58c0d2d900016ce303000100.png) no-repeat;
        background-color: #000;
        position: fixed;
    }
    .header > dl > dd{ float: right; line-height: 100px; width: 76px;}
    .header > dl > dd a {text-decoration: none; color: #FFF;}
    .header > dl{margin:0 250px;}
    .c{clear: both;}
    /* content */
    .content{width: 100%;  padding-top: 100px;}

    .content > div > img{
        width: 100% ;
        height: 480px;
    }
     
       /* footer */

    .footer{
        width: 100%;
        height: 100px;
        background-color: #000;
        /*position: fixed;*/
    }
    .footer > dl > dd a {text-decoration: none; color: #FFF;}
    .footer > dl > dd{ float: left; line-height: 100px; width: 136px;}
    .footer > dl{margin:0 250px;}


  </style>
</head>
<body>
  <!-- 此处写代码 -->
    <!--- 头部 -->
    <div class="header">
        <dl>
            <dd><a href="#">频道</a></dd>
            <dd><a href="#">职业规划</a></dd>
            <dd><a href="#">实战</a></dd>
            <dd><a href="#">猿问</a></dd>
            <dd><a href="#">手记</a></dd>
        </dl>
        <div class="c"></div>
        
    </div>
    <div class="c"></div>
    
    <!-- content -->
    <div class="content">
        <div><img src="http://img1.sycdn.imooc.com/climg//58c0eda50001e12416000480.jpg) no-repeat"></div>
        <div><img src="http://img1.sycdn.imooc.com/climg//58c0edb80001c9f216000480.jpg) no-repeat"></div>
        <div><img src="http://img1.sycdn.imooc.com/climg//58c0edc9000100d516000480.jpg) no-repeat"></div>
    </div>

    <!-- footer -->
    <div class="footer">
        <dl>
            <dd><a href="#">网站首页</a></dd>
            <dd><a href="#">企业合作</a></dd>
            <dd><a href="#">人才招聘</a></dd>
            <dd><a href="#">联系我们</a></dd>
            <dd><a href="#">常见问题</a></dd>
            <dd><a href="#">友情链接</a></dd>
        </dl>
    </div>
</body>
</html>


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

2回答
小丸子爱吃菜 2018-01-08 15:59:37

给页脚设置position: fixed后,还需要再设置bottom:0;

  • 老师,我将页头和页脚都设置了position:fixed;并设置了top和bottom。页头会消失,但页脚正常,请问是怎么回事呢?
    2018-01-19 18:21:20
  • 请重新开辟一个新的问答,并粘贴你的代码,不要再这里盖楼
    2018-01-19 18:28:56
小丸子爱吃菜 2018-01-08 15:34:27

还要添加一个bottom:0;

祝学习愉快!

  • 提问者 CatCian #1
    你好,助教老师,我在content加上padding-bottom: 100px; 可是每次再footer内加上position: fixed;下面的页脚就会整个消失。不清楚为什么
    2018-01-08 15:41:39
  • 帝小君 回复 提问者 CatCian #2
    会不会被content盖住了?可以给foot加一个z-index:999;试试
    2018-01-19 20:49:04
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
前端小白入门系列课程
  • 参与学习           人
  • 提交作业       11218    份
  • 解答问题       36713    个

从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师