为什么我的慕课网图片是贴着顶部显示的

来源:3-3 企业网站制作之页面头部制作(二)

qq_Emotiona_1

2016-09-01 19:49

57c815a60001e29d05000066.jpg

57c815aa0001a00f05000272.jpg

代码没错啊 感觉。。

写回答 关注

2回答

  • wang_hao__
    2016-09-01 22:24:52
    已采纳

    有给顶部设置样式吗?高度

    .top{
        width: 100%;
        height: 27px;
        background:url(../images/top_bg.jpg) repeat-x;
    }
    .top_content{
        width: 1000px;
        margin: 0 auto;
    }
    .top_content li{
        list-style-image: url(../images/li_bg.gif);
        float: right;
        width: 70px;
        line-height: 27px;
    }
    .top_content a:link,.top_content a:visited{
        text-decoration: none;
        color: #8e8e8e;
    }
    .top_content a:hover,.top_content a:active{
        text-decoration: none;
        color: #900;
    }

  • qq_Emotiona_1
    2016-09-03 15:33:32

    我把代码删完重新码了一遍,好了, 不过还是谢谢你了。

企业网站综合布局实战

本课程重点介绍HTML/CSS实现常见企业网站布局的方法

157042 学习 · 1984 问题

查看课程

相似问题