Hi, it seems IE8 & IE9 are incapable of reading CSS :hover selector for those elements. You may want to use a CSS which I modified to display thumbnails without the grayscale effect, download it here: Default Opacity save it to your active WordPress theme folder (where style.css is found) as default_opacity.css. Then add to your shortcode css_style=default_opacity (if you’re using the widget, then set the CSS Style parameter to default_opacity). Let me know if that fixes the issue.
Cheers.
Hi I solved raising
filter: gray;
and changing the value (1) bringing it to (0) in striga transcribed below
* IE6-9 */ -webkit-filter: grayscale(0)
I now have the same effect now I just have to fix that Google Chrome has the same problem hope I have not messed up the css
with google chrome I added grayscale (0) and modified opacity from 0.7 to 0
Hello, that’s great, did it solve the issue with Chrome?
For chrome I wrote above but carry change dellla string
added grayscale (0) and modified opacity from 0.7 to 0