Guest Posted May 29, 2015 Share Posted May 29, 2015 Hey all, I'm having a hard time getting a section of code to work properly for Internet Explorer 11. Here is the code below: #collection-553955fce4b0147a4ad80062 .sqs-block.image-block { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } #collection-553955fce4b0147a4ad80062 .sqs-block.image-block:hover { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); } What I'm trying to do is target a specific area of the page to have the pics show in black and white, but then change to color when you hover over them. It works just fine when I pull the page up in Google Chome but not with Internet Explorer 11. Anyone have a suggestion? Link to comment
Guest Posted June 1, 2015 Share Posted June 1, 2015 There are only 4 images. How do I upload the two versions and input code to change on hover? Link to comment
Guest Posted June 3, 2015 Share Posted June 3, 2015 Awesome! I really appreciate it! There are 4 "portals" on my home page. It's an index page. Here are the links: Home Page https://energy-weldfab.squarespace.com/ Page with Portals in Color https://energy-weldfab.squarespace.com/portals Page with Portals in B&W https://energy-weldfab.squarespace.com/config#/pages|/bw-portals Link to comment
e2astudio Posted June 3, 2015 Share Posted June 3, 2015 You can also just let IE not have this feature. Link to comment
Guest Posted June 3, 2015 Share Posted June 3, 2015 The hover CSS may actually be a better solution anyways. It would be nice to be able to choose different pictures in addition to just changing from color to grayscale. Link to comment
senthil Posted April 7, 2016 Share Posted April 7, 2016 Hi , I dont want the hover function how to remove it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.