Forums

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

Home Forums Back End Hover over an image on wordpress blog and show share buttons aside the image Reply To: Hover over an image on wordpress blog and show share buttons aside the image

#179983
Paulie_D
Member

There are multiple ways this could be done.

One of the simplest method is to have an absolutely positioned element (probably a div) set next to (or over the image) that is normally hidden and only shown when you hover over the image.

Usually this will require the image (and hidden div) to be wrapped in a single element.