I'm doing a new site and getting the following error:
Property opacity doesn't exist in CSS level 2.1 but exists in : 0.5 0.5
For this chunk of CSS:
.nav-next img, .nav-previous img, #all-headers img {
opacity: 0.5;
}
This is using the Jigsaw W3C Validator.
I see opacity
in CSS3.
Am I missing something in my stylesheet, or is this a validator error, or a bit of both? And how do I fix it?