猿问

请帮我看看为什么从a:link开始就不起作用了。我用工具检查说是a:link语法错误。实在是看不出来啊




*{ padding:0 ;

    margin:0;

    font-size:12px;

}




body{

    background-color:#F5F5F5;

}


.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{

    color: #8e8e8e;

    text-decoration : none;

}

.top_content a:visited{

    color : #8E8E8E;



}


.top_content a:hover,.top_content a:active{

    color:#900;

    text-decoration:none;

}

.wrap{

       width:1000px;

        margin:0 auto;

}

.logo{

       height:80px;

       background-color:#007e7e;

}

.logo_left{

     width:200px;

    float:left;

}


.logo_right{


   width:300px;

    float:right;

}


雾切rose
浏览 1670回答 1
1回答

林逸舟丶

就没发现你少个反括号吗
随时随地看视频慕课网APP
我要回答