MySQL備份與恢復之冷備(1)。本站提示廣大學習愛好者:(MySQL備份與恢復之冷備(1))文章只能為提供參考,不一定能成為您想要的結果。以下是MySQL備份與恢復之冷備(1)正文
在做下拉框select的時刻用一個箭頭符號,作為下拉框的三角,在firefox和chrome下都可以正常顯示,然則在IE下沒法顯示。
查找了良久,發明是圖片格局成績,把png格局的轉換成gif的就沒有成績了。。。。
附相干代碼,重要是html的:
<style type="text/css">
.select{ width:180px; height:29px; overflow:hidden; border:solid 1px #339999; border-radius:5px; background:url(images/arrow.gif) no-repeat 137px 0px;}
.select-style select{ padding:2px; background:transparent; width:200px; font-size: 16px; border:none; height:24px; -webkit-appearance: none; appearance:none;}
</style>
<div class="select">
<div class="select-style">
<select name="select">
<option>hello</option>
<option>you</option>
<option>apple</option>
<option>good</option>
</select>
</div>
</div>