(当我调整页面大小时,我的DIV会继续改变位置) 所以我看到有很多人遇到同样的问题,但他们总是有不同的代码,所以我在通过代码得到答案时遇到了问题。反正有没有阻止他们移动?也许是因为我的位置是从页面底部向左或向左......?我有两个不同的DIV这样做,所以我不妨添加两个:
.page {
width: 150px;
height: 50px;
background: orange;
position: absolute;
left: 156px;
top: 43px;
line-height: 50px;
text-align: center;
}
.contact {
background-color: #E6E6E6;
width: 230px;
height: 200px;
position: absolute;
margin-right: 10px;
right: 150px;
top: 200px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 15px;
}