<div style="border:1px solid #ccccccwidth:150pxheight:25px">
<input type="text" style="border:0margin-left:5pxwidth:110pxheight:25pxline-height:25px" />
<input type="button" value="" style="background:url(searchBtn.gif) no-repeat center centerwidth:15pxheight:15pxmargin:5px" />
</div>
以上为大概思路,具体数值还需根据实际情况进行调整!
<button class="btn">搜 索</button>css:
.btn {
background: url(btn.gif) no-repeat
height: 32px
width: 80px
text-align: center
cursor: pointer
line-height: 32px
color: #FFFFFF
font-weight: bold
border:none
}