image maps

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Life

    image maps

    Hello,

    Will someone please explain to me how to use an image map, to trigger
    multiple areas of an image? I want to use a rollover, over one area
    of an image, to change the images in other areas of the same image.
    As if the separate areas mapped over the image itself, were actually
    separate frames. I know I have seen something similar to this done
    before but I can not remember where. Any assistance with this would
    be greatly appreciated. Thanks in advance.

    Life.
  • Philipp Lenssen

    #2
    Re: image maps

    Life wrote:
    [color=blue]
    >
    > Will someone please explain to me how to use an image map, to trigger
    > multiple areas of an image? I want to use a rollover, over one area
    > of an image, to change the images in other areas of the same image.
    > As if the separate areas mapped over the image itself, were actually
    > separate frames. I know I have seen something similar to this done
    > before but I can not remember where. Any assistance with this would
    > be greatly appreciated. Thanks in advance.
    >[/color]

    You can do this by using clipping via DHTML (HTML/ JavaScript/ CSS/
    DOM) and using two images absolutely positioned over each other.

    Comment

    • Neal

      #3
      Re: image maps

      On 19 Jan 2004 02:55:44 -0800, Life <theaquarianspa ce@yahoo.com> wrote:
      [color=blue]
      > Hello,
      >
      > Will someone please explain to me how to use an image map, to trigger
      > multiple areas of an image? I want to use a rollover, over one area
      > of an image, to change the images in other areas of the same image.
      > As if the separate areas mapped over the image itself, were actually
      > separate frames. I know I have seen something similar to this done
      > before but I can not remember where. Any assistance with this would
      > be greatly appreciated. Thanks in advance.
      >
      > Life.[/color]


      Check this out.

      CSS design from beyond the grave: all the secret ingredients you’ll need to resurrect the image map using CSS and structurally sensible XHTML.

      Comment

      Working...