如题。请问是什么原因所致。 IE8下
Google chrome下
html代码
<p>
<input type="text" id="" value="" class="input-search" placeholder="搜索感兴趣的人和事" />
<span class="search-button"><img src="img/search.png" width="26px" height="26px"/></span>
</p>
css代码
.input-search{width: 488px;height: 35px;border: none;font-size: 18px;float: left;}
.search-button{width: 40px;height: 37px;background: #fff;display: block;float: left;text-align: center;}
.search-button img{margin-top: 5px;}
求各路大神指教、!
如果是原因的话不多说了,浏览器内核不一样肯定不一样,如果是解决方案,可以尝试一下normalize.css或者reset.css