0
Personal I’m wanting to put a filter Grayscale in some images it works only in Google Chrome and Opera and does not work in Mozila or Safari.
Follows the css:
.parceiros li a img{
margin-top: 5%;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
.parceiros li a img:hover{
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
}
then I have read my post I forgot to put the Hover and so I function your way however yes the safari has not accepted and the mozila has accepted however it does not work the hotel
– Felipe Henrique
Forehead now there.
– Jefferson Alison
Yes friend I work the Hover that was missing however the only one who did not accept anything still was the safari the mozila was missing however it is catching more the safari has no idea what it can be
– Felipe Henrique
What OS and what version of safari are you using? I have run the tests here on OS X Yosemite with Safari 8.0, it worked normally because it uses the -Webkit prefix.
– Jefferson Alison
use of windows and safari 5.1.7
– Felipe Henrique
Hum.. is the version of your Safari. The filter property of css, 7+ http://caniuse.com/#feat=css-Filters support
– Jefferson Alison
Take a look at this: http://stackoverflow.com/questions/12685794/grayscale-image-with-css-on-safari-5-x
– Jefferson Alison
minutes I understood then somehow it worked here again brigade =3
– Felipe Henrique
You’re welcome (Y) to stay!
– Jefferson Alison