• I need some help please with a WordPress website I’m busy with. When you hover over an image, a type of ‘menu’ should pop up on top of the image or underneath the image with options to go to 3 other locations. For example, it’s an image of a car and when you hover over the image, the popup shows up and give user options to click for specs or click to more images.
    Is there a plugin that can do this?

    • This topic was modified 2 years, 3 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You might see if any of these search results will do what you want:
    https://www.ads-software.com/plugins/search/image+hover/

    Or you could develop your own solution with some custom CSS. Add the menu’s HTML right after the image, positioning it with CSS so it appears on top of the image. Initially, its display: property is set to none. Use the :hover CSS pseudo-selector to cause the menu to be displayed again on hover. The same technique is used with many nav menus. Look at such an implementation for further guidance on accomplishing this. The only difference is hovering over an image instead of a menu item. Either way it’s an HTML element that CSS is applied to.

Viewing 1 replies (of 1 total)
  • The topic ‘Popup menu or links when hover over Image’ is closed to new replies.