I have this header bar.
7条回答 甜味超标 (楼主) 2020-11-27 06:09 I would probably do something along the lines of with css div#search-logo-bar { padding-left:10%; background:#333 url(logo.png) no-repeat left center; background-size:10%; } input[type='text'] { display:block; width:100%; } DEMO http://jsfiddle.net/5MHnt/ 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I would probably do something along the lines of
with css
div#search-logo-bar { padding-left:10%; background:#333 url(logo.png) no-repeat left center; background-size:10%; } input[type='text'] { display:block; width:100%; }
DEMO
http://jsfiddle.net/5MHnt/