Forums

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

Home Forums CSS :hover on div show text in another div Reply To: :hover on div show text in another div

#151704
Paulie_D
Member

To make this extendable to additional products you might want to consider a container for each product image and description and adding classes.

Like this: http://codepen.io/Paulie-D/pen/oCjak

I also prefer, in this case, using visibility rather than display:none as it preserves the spacing.