1、属性

visible(默认)

hidden(此处是隐藏不是裁剪)

scroll(滚动条)

auto(智能路线 当超出范围时则出现滚动条)

inherit 不常用  存在兼容性问题

 

2.进入CSS3的overflow-x overflow-y

 

当overflow-x和-y的值不同,其中一个属性值被赋值为visible

另一个被赋值为HIDDEN和auto scroll  则这个visible会被重置为auto;

3.如果做网页时发现IE7浏览器下默认出现了滚动条  把width:100%去掉即可

 

相关文章:

  • 2021-10-27
  • 2022-01-06
猜你喜欢
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-02-25
  • 2021-05-14
  • 2021-12-15
相关资源
相似解决方案