Forums

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

Home Forums JavaScript [slider] image change after mouseover on thumbnail? Re: [slider] image change after mouseover on thumbnail?

#110937
joshrives
Member

You don’t really need jQuery for that because it’s not a slider. Basically you are just swapping out the background image on hover. Here’s a codepen: http://codepen.io/joshrives/full/KGFzp

I wouldn’t recommend this though unless you have a plan for how to handle this on mobile devices which don’t support hover states.