Blogger Information
Blog 5
fans 0
comment 0
visits 5686
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
css中overflow的用法
JQ的博客
Original
1428 people have browsed it

实例

设置 overflow 属性:

div  {  width:150px;  height:150px;  overflow:scroll;  }

亲自试一试

浏览器支持

所有主流浏览器都支持 overflow 属性。

注释:任何的版本的 Internet Explorer (包括 IE8)都不支持属性值 "inherit"。

定义和用法

overflow 属性规定当内容溢出元素框时发生的事情。

说明

这个属性定义溢出元素内容区的内容会如何处理。如果值为 scroll,不论是否需要,用户代理都会提供一种滚动机制。因此,有可能即使元素框中可以放下所有内容也会出现滚动条。

默认值:

visible    

继承性:

no    

版本:

CSS2    

JavaScript 语法:

object.style.overflow="scroll"    

可能的值

描述

visible    默认值。内容不会被修剪,会呈现在元素框之外。    

hidden    内容会被修剪,并且其余内容是不可见的。    

scroll    内容会被修剪,但是浏览器会显示滚动条以便查看其余的内容。    

auto    如果内容被修剪,则浏览器会显示滚动条以便查看其余的内容。    

inherit    规定应该从父元素继承 overflow 属性的值。    

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post