当我缩小它向左移动时,当我放大时,它向右移动 这是我的代码:
.google {
position:absolute;
display:block;
right:200px;
width:728px;
top:90px;
border-left: 1px solid black;
}
我该如何解决这个问题?谢谢!
答案 0 :(得分:0)
嘿现在就像这样身体 min-width
body{
min-width:1000px;
}
我看到你的布局我在你的样式表中发现了一些错误添加到这个css并删除了搜索表单的一些错误
如果您需要
.onethousand_wrap {
height: 30px;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 1000px;
}