Linking to certain parts of an image

Discussion in 'HTML & Website Design' started by NewComputer, Aug 3, 2005.

  1. #1
    I am trying to link to certain points of an image. I plan to have an image with numbers throughout and then below in the page have a description and when you click the text it will take you to the number on the picture. I have tried to do this in DW with anchors, but I cannot get it to work. Suggestions please....
     
    NewComputer, Aug 3, 2005 IP
  2. kjewat

    kjewat Active Member

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    kjewat, Aug 4, 2005 IP
  3. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #3
    That page shows the opposite of what I am trying to do.
     
    NewComputer, Aug 4, 2005 IP
  4. kjewat

    kjewat Active Member

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Yeah.. you are right. Guess I didn't read your post good enough.. Sorry
     
    kjewat, Aug 4, 2005 IP
  5. Perrow

    Perrow Well-Known Member

    Messages:
    1,306
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    140
    #5
    You could make a simple java-script highlight the number (using css) and have an anchor to take the person to the image. Would require the numbers to be layers above the image but it's doable.

    If the image is larger than the screen you could try splitting it and setting an anchor for each part. Don't know if all (or any) browsers will scroll horisontally but it could be worth a try. Using CSS you should be able to make the image the background of a table with no borders and only  's for content and having anchors in the grid.
     
    Perrow, Aug 4, 2005 IP