样式<select>元素及其选项</select>

时间:2011-10-15 01:12:23

标签: html css

我有一个很好的搜索并找到了一些选项,设法对元素本身进行设计。

然而,无法设置选项的样式,我有几个下拉菜单并且需要对它们进行相同的样式设置,但是我找到的所有解决方案似乎都没有工作或缺少HTML,或者使用新的输入区域下拉列表,我只是无法看到光标

<select>
  <option>Test1</option>
</select>
<select>
  <option>Test</option>
</select>
<select>
  <option>Test</option>
</select>
<select>
  <option>Test</option>
</select>
<select>
  <option>Test</option>
</select>

2 个答案:

答案 0 :(得分:3)

答案 1 :(得分:0)

尝试标记样式&lt;选项&GT;在样式表中这样。

option { /* styles go here*/ }