treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[slider] image change after mouseover on thumbnail?

  • Hello dear friends :)

    Does anybody knows which slider have similar functionality like this one on freemanbeauty.com site (or how to modify an existing one)? (this mouseover banner-change thing :) )

    I`m a totally noob in jquery :(

    Kind regards Chriss

  • 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.