Forums

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

Home Forums CSS Confusion with the hover method Re: Confusion with the hover method

#104099
Taufik Nurrohman
Participant

Try this: http://jsfiddle.net/tovic/NTXmL/16/




.image img + img {display:none;}
.image:hover img + img {display:block;}