火狐浏览器滚动条的问题_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:24:29
Original
1391 people have browsed it

火狐浏览器 css ie

     
如上两个页面,ie下有滚动条,而用火狐浏览器却看不到页面的滚动条,这样就没办法看到下面的内容,body的css如下:
body {
margin: 0;
padding: 0;
background-color: #FAFAFA;
}    
求教各位大神!该怎么做!     

回复讨论(解决方案)

你设置html{}的样式了吗?默认情况下应该会有滚动条的

你设置html{}的样式了吗?默认情况下应该会有滚动条的
没有啊,在用ie浏览器有滚动条,用谷歌也有,就是火狐没有!

你把你的全部代码发来或者打包上传大一个地方,我们测试下看看

scroll="yes"

overflow-x:scroll;/*这个是横向滚动*/overflow-y:scroll;/*这个是纵向滚动*/overflow:scroll;/*这个是纵横都滚动*/
Copy after login

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template