Jump to content
19/12/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 {...}
Vote up?
19/12/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 {...}