I’m currently using
@media screen and (-webkit-min-device-pixel-ratio:0) {
example {}
html:first-child example {}
}
to target Safari + Opera 9.2
Is there a safe way to target opera gte op 9.5 or lte op 10?
(for example it won't be picked up by an upcoming version of firefox)
By the way, type="text/opera"
isn't working anymore
PS: I don't want JavaScript solutions.