google的实现方式是:
<div class="mw">
<a href="/" id="mlogo"> </a>
<div id="tsfi" style="zoom:1"></div>
</div>
图片可以作为a标签的背景或者嵌套子a标签里面,为a标签设置绝对定位,右面搜索框为正常块,为右面的搜索框设置margin-left即可
具体如下,也可直接去看google搜索页
.mw{
max-100%;
}
background-image: url(/images/logo_mobile_srp_highres_3.png);