【发布时间】:2014-07-17 06:47:23
【问题描述】:
我有一个包含大约 8 个选项的表单。我成功地使它们具有不同的颜色,但现在我想在它们之间添加白色间距——比如 10px。我什至尝试添加边框,但没有显示。 这就是我正在尝试的
#mobileMenuSections select option {
margin:5px 0;
background: rgba(0,0,0,0.3);
color:#fff;
background: url("Images/buttonnavy.png") no-repeat scroll left top #092F46;
}
或带边框:
#mobileMenuSections select option {
border-top:10px 0;
background: rgba(0,0,0,0.3);
color:#fff;
background: url("Images/buttonnavy.png") no-repeat scroll left top #092F46;
}
很遗憾,这些都没有显示。背景图片也没有显示。
提前感谢您的帮助。
【问题讨论】:
-
看这个小提琴jsfiddle.net/UCn4V
-
我试过了...它不工作 填充工作但边距不工作