如图怎么把这个搜索框缩放成想要达到的好看优雅的效果呢?
代码如下:
<form action="#" method="get">
<fieldset>
<input type="text" id="search_input" value="">
<input type="image" src="search-go.gif">
</fieldset>
</form>
嵌套了2张小图
缩放效果:
background-size:60% 或是你想要的大小 調整百分比即可