Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8463799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:33:20+00:00 2026-06-10T14:33:20+00:00

I need to enable the above image so the 3 sections can be clicked.

  • 0

enter image description here

I need to enable the above image so the 3 sections can be clicked.

I want to keep it as an image and I assume I need to use hotspots with jquery (jquery my preferred dynamic language).

can someone point me in the right direction with this one.

thx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T14:33:21+00:00Added an answer on June 10, 2026 at 2:33 pm

    Well, this is kind of a weird solution, and as @Dan notes in his comment, Image maps might be a better option.

    But at least here is a jQuery solution: http://jsfiddle.net/zMXD8/1/

    JavaScript:

    $('#menu').click(function (e) {
      var elements = 3;
      var element_height = $(this).height() / elements;
      var mouse_y = e.offsetY;
    
      for (var i = 1; i <= elements; i++) {
        if ((i - 1) * element_height < mouse_y && i * element_height > mouse_y) {
          alert("Clicked element #" + i);
          return;
        }
      }
    
      alert("Error in calculation");
    });
    ​
    

    Just save your image in a img or a container of the same size as the image, and then have an id of #menu to copy paste the code above.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I remove the 'unbind' after using it? I need to enable back
I was looking for advise on how to enable the above image to work
I need to use one logical PGM based multicast address in application while enable
I need to enable cr4 bit 8 (PCE) on all cores of a given
I need to enable crossdomain access on FF and Safari. I did this on
Here: http://freshmeat.net/projects/myperl/ I need to enable PHP in MySQL
are there any alternative to transactionScope which does not need to enable DTC?? In
I have a Button on appwidget, that I need to 'enable'/'disable' programmatically from a
I sometimes find that I need to re-enable alerting for debugging. Of course I
I need a form to enable user to enter event info in three fields

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.