我想使用級聯樣式表編輯我的投遞箱。通常它可能,但在我的代碼。我正在使用一個 Jquery基於點擊的幻燈片窗口。在這我不能選擇元素。如何添加樣式到我的下拉框?我張貼代碼。編輯類和嵌套類中的塊元素
<div class="dropdownwrap">
<class="select" select name="district">
<option>Select District</option>
<option>abcd</option>
<option>acbd</option>
'.select {// here here}' ? – tymeJV
您的標記無效。 – undefined
jQuery的引入如何改變任何東西?看起來您需要重新瀏覽一些HTML和CSS基礎知識。 – isherwood