CSS选择选择器

问题描述

| 选择按钮可以正常工作:
input[type=\"submit\"]
{
    background:#efefef;
    width:auto;
    padding:5px;
    color:#666;
    font-size:16px;
    font-weight:bold;
    padding:5px 15px;
}
但是我似乎无法为下拉框做任何事情,这是行不通的:
input[type=\"select\"]
{
    background:#000;
}
我选择正确吗?你能这样吗?     

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)