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
August 20, 2014 at 3:31 am
#179983
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.