html - 怎么把一个搜素框缩放?
巴扎黑
巴扎黑 2017-04-17 11:24:24
0
1
569


如图怎么把这个搜索框缩放成想要达到的好看优雅的效果呢?
代码如下:
<form action="#" method="get">

           <fieldset>
                
                <input type="text" id="search_input" value="">
                <input type="image" src="search-go.gif">
           </fieldset>

      </form>

嵌套了2张小图
缩放效果:

巴扎黑
巴扎黑

reply all(1)
左手右手慢动作

background-size:60% or the size you want, just adjust the percentage

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template