Home › Forums › CSS › hovering divs to push others and display a hidden div. › Re: hovering divs to push others and display a hidden div.
January 8, 2013 at 5:59 pm
#120332
Member
Actually just got it working. Mistake was in the markup.
http://codepen.io/anon/pen/GEHol
Fixed version for anyone who might need to see the same thing. Trick in CSS is to use the “+” selector. Making the .image:hover target the next child of the same parent.