我的网页不会向下滚动 [英] My webpage won't scroll down

查看:106
本文介绍了我的网页不会向下滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这里: http://www.dominicharrison.co.uk/projects/MFS/



在构建这个时,我无法让网页滚动。我需要修正标题,因此它是。但是,我无法让页面的其余部分滚动,因为它应该。
这里是应该如何的另一个例子,但我可以'吨,为我的生活,请把这一个出来。



任何帮助是最受欢迎和非常感激。

Dom

解决方案

在检查您的网站时,我发现这个

  * {
overflow:hidden; //将其更改为滚动或自动
margin:0;
padding:0;
}

尽量不要保持全局这可能也会影响其他元素。解决这个问题,它将正常工作。



或者具体来说,单独添加它。

  #content {
overflow:scroll;
}


Here: http://www.dominicharrison.co.uk/projects/MFS/

Whilst building this, I am unable to get the webpage to scroll at all. I need the header fixed, hence it is. However, I'm unable to get the rest of the page to scroll as it should. Here is another example of how it should be, but I can't, for the life of me, figure this one out.

Any help is most welcome and much appreciated.

Dom

解决方案

On inspecting your site, I found this

* {
overflow: hidden;  //Change this to scroll or auto
margin: 0;
padding: 0;
}

Try not to keep global, this may affect other elements too. Fix this it will work properly.

Or to be specific, add it individually

#content {
overflow: scroll;
}

这篇关于我的网页不会向下滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆