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

#97297
shamai
Member

12 thumbnails in a div
above that div, centered the name would appear when hovered on the thumbnail.

if I use span or div inside the li i can target it like this:

html

  • css
    li div{
    display none;
    move above and into position with absolute positioning }

    on hover div display visible

    is there a better way?