Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS hovering divs to push others and display a hidden div. Re: hovering divs to push others and display a hidden div.

#120332
Jeager
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.