Skip to content
Advertisement

CSS Hover and Display Inline Block not working properly

Problem is when I hover, the overlay affects all the items, i would like it to do one at a time, not all at once and also I can’t get the display to show Inline-Block, items seem to be taking up the whole row, once it’s fixe i know i will have to adjust the figcaption because ideally that would need to be centered under each image… anything helps. THanks!

JavaScript
JavaScript
JavaScript

Advertisement

Answer

You are targetting every div which has the .wrap div as an ancestor.

So this includes the oveerarching productspage1 div.

This snippet is more specific in targeting those divs that have the .wrap div as grandparent.

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement