Tagged: chrome, Firefox, image hover, Mac, social icons
The social icons for mail and Facebook do not show up on Chrome (broken image symbols appear instead). Any idea what might be happening? They do work on Facebook.
Also, the shadow effect on images (the get darker when they are hovered over) is different between the browsers. On Firefox, it shadows the whole box, even if the shape of the image is a circle. Any way to fix that?
Thanks.
Update. Reinstall of WP fixed social icon issue. The shadow problem persists on Chrome (square shadow that subsequently recedes to masked image shape – i.e. circle).
Hey!
Try adding this code to the Quick CSS:
div.avia-image-container-inner {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0)
}
Cheers!
Josue