看板 Web_Design 關於我們 聯絡資訊
我在select 之中,利用optgroup做了一個不能選的選項 原始碼像這樣: <select id="spec" name="spec" class="select_spec"> <option value="0">尺寸</option> <option value="306">S</option> <optgroup label="M (已售完)"></optgroup> <option value="308">XL</option> </select> 因為optgroup的tag會自己粗體和斜體 因此我在css那邊下了這樣的樣式 optgroup{ font-weight:normal; font-style: normal; } 但是只有在firefox會顯示正常字體、字型 在chrome、safari會顯示粗體 在ie8依然顯示粗體、斜體 請問要怎麼處理這樣的問題呢? PS.我google過optgroup、optgroup style 但似乎沒有取消粗體的相關文章 (可以改變顏色、字體大小) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 211.75.166.220