添加新内容后,它会转到网站的底部

时间:2016-09-29 03:31:46

标签: html css

每次我向我的网站添加新内容时,它都会比其他内容减少40行。我认为这是因为我重新定位了很多内容。但是我是谁在我的网站上关闭了这个“差距”,以便它回流到其他内容之下。

#start{
                position: relative;
                bottom:300px;
                left:700px;
                font-size: 35px;
                border-style: none;
                border-radius: 20px;
                cursor: pointer;
                background-color: orange;
                font-family: "Comic Sans MS", "Comic Sans", cursive;



            }
            #instruction-button{
                position: relative;
                bottom:240px;
                left:300px;
                font-size: 35px;
                border-style: none;
                border-radius: 20px;
                background-color: orange;
                font-family: "Comic Sans MS", "Comic Sans", cursive;
            }

1 个答案:

答案 0 :(得分:0)

也许div太大而且在div之后附加?尝试缩小div大小或在div中附加对象。否则我不知道。如果您粘贴了导致问题的代码,则可能更容易找到问题。