我的HTML不滚动

时间:2017-02-16 22:40:19

标签: html css scroll

很抱歉这是一个经常被问到的问题,但是我知道它有点像是一个特定的实例问题。我不能告诉它为什么不滚动。这是我的代码:



* {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 40px;
}

<div style="padding:20px;background-color:#000033;height:1500px;">
  <div id='stars'></div>
  <div id='stars2'></div>
  <div id='stars3'></div>
  <p style="color: #FFFFFF";><b>TITLE1</b></p>
  <p style="color: #FFFFFF";> PARAGRAPH </p>
  <p style="color: #FFFFFF";><sub>SUBPARAGRAPH</sub>
    <p style="color: #FFFFFF";><sub><sub><sub><sub>V0.81</sub></sub>
      </sub>
    </p>
    <IMG height="1080" width="1920" SRC="bricks.png"><br>
    <IMG height="1080" width="1920" SRC="pink.png"><br>
    <IMG height="1080" width="1920" SRC="black.jpg"><br>

</div>
&#13;
&#13;
&#13;

对不起,这是一个混蛋。任何有关整理的建议也值得赞赏。 stars.csshttp://pastebin.com/nSiiUy1d)的CSS非常大。

对于一个纯粹的个人网站,我只想滚动。

2 个答案:

答案 0 :(得分:1)

从div中删除1500px的高度,你应该能够滚动。 顺便说一下,我建议您在编写样式属性时不要使用固定的宽度和高度,尝试使用百分比,或者事件&#34; max-width&#34;如果你想限制。

答案 1 :(得分:-1)

就整理而言,我建议阅读缩进here's a decent article on the subject