标签: css firefox css-selectors
我无法使用Firefox使:before在输入字段上工作。它在chrome中效果很好。我想将checkbox与图像放置在一起,而不必实现隐藏/显示JavaScript触发解决方案。
:before
checkbox
.checkbox input[type=checkbox]:before { content: ""; background-repeat: no-repeat; background-image: url('http://www.example.com/myImage.jpg'); }
演示http://jsfiddle.net/kcpma/1613/