怎么会这样?li标签的文本莫名的右移。。怎么改

来源:1-2 tab页面布局-标题布局

qq_格格_7

2017-03-17 20:56

http://img.mukewang.com/58cbdc870001106104480193.jpg

*{

margin:0;

padding :0;

font-size:14px;

}

.notice{

width:298px;

height:98px;

margin:10px;

border:1px solid #eee;

overflow:hidden;

}

.notice_tit {

height:27px;

position :relative;




}

.notice_tit ul{

position:absolute;

width:300px;

left:-1px;

list-style-type:none; 

border-bottom:1px solid #eee;


}

.notice_tit li{

float:left;

height:26px;

line-height:26px;

width:58px;

overflow:hidden;

background-color:#fff;

border-bottom:1px solid #eee;


}


写回答 关注

1回答

  • 逆风扬尘
    2017-03-18 17:34:36

    li的父级ul要设置清除浮动

Tab选项卡切换效果

本课程详细介绍网页页面中最流行常用的tab切换效果

65465 学习 · 533 问题

查看课程

相似问题