Brad Wright 19 December 2006 @ Joel : IE can indeed recognise dual class name selectors, but I believe only when you don’t use the element itself as a selector, which would make this the correct CSS: .helper:focus, .helper.focus {...}
@ Joel : IE can indeed recognise dual class name selectors, but I believe only when you don’t use the element itself as a selector, which would make this the correct CSS:
.helper:focus, .helper.focus {...}