Image map selection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adz1809
    New Member
    • Dec 2006
    • 27

    Image map selection

    Hi,

    I have a page which I would like users to select a number of areas on an image map (ie select what is wrong with the image) and then submit their answer.

    I have the selection process and the final answer submitted sorted, but I have 2 problems.

    Problem 1- Is letting the user know what they have selected already before submitting. (looking for some sort of highlighting on the image here??)

    Problem 2- Only allowing the user to select 10 things.

    Any help on this would excellent.

    Cheers

    Adz
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    Post the code you currently have and please wrap it in [ CODE] [ /CODE] tags.

    Comment

    • mybay
      New Member
      • Dec 2006
      • 7

      #3
      to highlight your selections you can use an image with abolute positioning, zindex higher then the image map and an alpha filter... to place them just use your mouse coords. to remember how many you have placed use an array and fill it as you make selections, once filled disallow more selections...

      Comment

      • adz1809
        New Member
        • Dec 2006
        • 27

        #4
        cheesr for your help, using Layers now.

        Comment

        Working...