0
Welcome Guest! Login
0 items Join Now

Request: Help needed please.

  • Request: Help needed please.

    Posted 15 years 1 month ago
    • Alright, what I'm needing to do is have a picture show different labels for different people. Like Facebook does, with tagging people. When you hover over the image, over a certain person... it shows their name.
      So in a nutshell, One image, several different people, and when you hover over a certain person, it shows their name.

      Just a headsup, the site that I'm doing this on is 1.0x
  • Re: Request: Help needed please.

    Posted 15 years 1 month ago
    • I take it this is a difficult thing to do? Or nobody has dealt with it before?
  • Re: Request: Help needed please.

    Posted 15 years 1 month ago
    • Well, I figured out a method to get this done. I'm sure there are better ways. This way I done here, you could even use javascript to have pop-ups when clicked etc. But for now, this has made everything ok.
      <p><img src="images/example" alt=" " border="0" width="175" height="216" usemap="#bldg"/></p>
      <map name="bldg" id="bldg">
      <area    shape="rect"
           coords="103,16,117,45"
           href="#example1"
           title="Example1" alt="Example1"/>
      <area    shape="rect"
           coords="41,46,77,83"
           href="#Example2"
           title="Example2" alt="Example2"/>
      <area    shape="rect"
           coords="120,32,143,66"
           href="#example3"
           title="Example3" alt="Example3"/>
      <area    shape="rect"
           coords="32,14,61,41"
           href="#example4"
           title="Example4" alt="Example4"/>
      </map>

      Of course you can use several different types of shapes, links etc. Even if you don't want links you can use nohref="nohref" as the link.... as you can tell I used anchor tags to take me to different parts of the page when the image is clicked. This may come in handy for someone one day, then again it may not. But anyway... it was useful for me.

      Here is a good link to learn more about mapping an image, different shapes, different link types, different everything to do w/ the code. Have a good day. -Brad
  • Re: Request: Help needed please.

    Posted 15 years 1 month ago

Time to create page: 0.069 seconds