0
我正在編輯一個css樣式表,用作我無法訪問的模板上的覆蓋。我想知道是否可以在沒有class或id的<select name="aaa">
元素上使用::before
來隔離它。基本上試圖在選擇菜單之前放置一個標籤/圖標,以使事情更清晰。在<select name =「aaa」>元素上使用:: before
<div class="container">
<select name="selection1">...</select>
<select name="selection2">...</select>
</div>
我已經嘗試了太多的變化,提到並一直在尋找沒有運氣。所以我認爲這是不可能的。但你永遠不知道。
U可以用jQuery輕鬆完成。 – wedi