Forums

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

Home Forums CSS the right way to display titles for thumbnails Re: the right way to display titles for thumbnails

#97300
Paulie_D
Member

How were you planning on changing the content of the div?

I don’t think that’s something you would want to do with CSS. It sounds like something you would need to do with Javascript.

Why not have a hover state that displays the name above or overlaying the hovered image…much easier and more logical?

Example: http://tinkerbin.com/b6Vv2LHi

Also dead easy to code using the figure & figcaption tags.