我想自定義選擇標記像上述這應該同樣看起來在所有瀏覽器的圖像。
CSS:
.select-bg
{
background:url(../images/select-bg.png) no-repeat top center;
width:350px;
height:47px;
}
.select-bg select
{
background:#ff0000;
}
<div class="select-bg">
<select>
<option>1</option>
<option>1</option>
<option>1</option>
<option>1</option>
</select>
</div>
我想上面的圖像作爲選擇框的背景。
那麼,你能幫忙嗎?
有沒有附加的圖像。另外,你自己嘗試過什麼? –
圖像首先附在頂部 –
您需要什麼幫助?現在的問題質量很差 - 很難回答,因爲您沒有確定哪裏存在問題。 http://tinyurl.com/so-hints – Oded