我靠 這個搜索標簽就只當個樣式擺擺就行了? 應該設置一個input text="submit" 然后設置寬高后再設置背景圖片為搜索圖片···這樣就可以 提交了·····
2017-05-25
.mainBox{width:960px; background:#cff}
.leftBox{width:740px;background:#c9f;height:300px;float:left}
.rightBox{width:210px;background:#fcf;height:300px;float:right}
.c:after{clear:both;height:0;overflow:hidden}
<div class="mainBox c"><div class="leftBox"></div><div class="rightBox"></div></div>
.leftBox{width:740px;background:#c9f;height:300px;float:left}
.rightBox{width:210px;background:#fcf;height:300px;float:right}
.c:after{clear:both;height:0;overflow:hidden}
<div class="mainBox c"><div class="leftBox"></div><div class="rightBox"></div></div>