谷歌如何调整其搜索引擎?似乎任何屏幕分辨率,搜索栏始终居中,其上方是徽标,下方是按钮。我希望我的搜索引擎完全一样,唯一的问题是它似乎在更大的分辨率上向右移动但在我的 Macbook Pro 上很好?
有任何想法吗?我的CSS代码如下:
.searching {
position:relative;
top:-60px;
left:-30px;
background-color:#EBEAE2;
color:#000000;
font-family:Trebuchet MS;
font-weight:normal;
font-size:16px;
width:800px;
}
.logo {
posistion:relative;
margin-top:30px;
margin-left:270px;
}
.qlickbutton {
position:relative;
top:-42px;
left:10px;
height:50px;
width:70px;
}
<img src="Qlick1.png" class="logo" id="logo" width="600" height="300">
<form action='search2.php' method='get' autocomplete="off">
<center>
<input class="searching" id="searching" autocomplete="off" type="text" name="k" maxlength="255">
<input class="qlickbutton" id="qlickbutton" type="image" src="qlick button.png" alt="Qlick">