700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > div实现横向滚动

div实现横向滚动

时间:2021-08-12 00:20:24

相关推荐

div实现横向滚动

直接上代码:

<div class="wrap"><div class="content">我</div><div class="content">是</div><div class="content">前</div><div class="content">端</div><div class="content">开</div><div class="content">发</div></div>

.wrap{

overflow-y:hidden;

overflow-y:auto;

width:100%;

white-space:nowrap;

}

.content{

width:400px;

background:#112233;

color:#fff;

white-space:nowrap;

display:inline-block;

}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。