Hello all. I would like to create a gallery of image thumbnails that - upon hover - fade to display a slightly transparent orange background with a caption. Does anyone know where I can find a good tutorial for this? I've spent some time searching, but I haven't found anything quite like what I want to do.
I'm pretty solid with HTML and CSS, but I'm still new to Javascript. That being said, I'd like to try to avoid using a plugin for this. I used a plugin for a similar technique on a different website and I never got it to work exactly the way I wanted.
Hello all. I would like to create a gallery of image thumbnails that - upon hover - fade to display a slightly transparent orange background with a caption. Does anyone know where I can find a good tutorial for this? I've spent some time searching, but I haven't found anything quite like what I want to do.
I'm pretty solid with HTML and CSS, but I'm still new to Javascript. That being said, I'd like to try to avoid using a plugin for this. I used a plugin for a similar technique on a different website and I never got it to work exactly the way I wanted.
Thanks in advance for your help!
You mean like this?
http://codepen.io/anon/pen/ypmAj
@Paulie_D Yes! Thanks, I will take a look at that.