how to define coords in an image for an area shape?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rhishabh07
    New Member
    • Jul 2007
    • 21

    how to define coords in an image for an area shape?

    how to define coords in an image for an area shape

    i m using

    <img src="left.jpg" width="350" height="29" alt="Planets" usemap ="#planetmap " />

    <map id ="planetmap"
    name="planetmap ">
    <area shape ="rect" coords ="0,0,199,29 " href ="sun.htm" alt="Sun">
    <area shape ="circle" coords ="200,0,350, 29" href ="mercur.htm " alt="Mercury">
    </map>

    but if i wan to change coords how can i?

    anybody can help me?

    Thanx
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    It can only be done with a programming language.

    Comment

    • nomad
      Recognized Expert Contributor
      • Mar 2007
      • 664

      #3
      Originally posted by Rhishabh07
      how to define coords in an image for an area shape

      i m using

      <img src="left.jpg" width="350" height="29" alt="Planets" usemap ="#planetmap " />

      <map id ="planetmap"
      name="planetmap ">
      <area shape ="rect" coords ="0,0,199,29 " href ="sun.htm" alt="Sun">
      <area shape ="circle" coords ="200,0,350, 29" href ="mercur.htm " alt="Mercury">
      </map>

      but if i wan to change coords how can i?

      anybody can help me?

      Thanx
      What application are you using to create your web pages

      nomad

      Comment

      • wajiha
        New Member
        • Jul 2007
        • 7

        #4
        u just right ismap in the tag after attributes so the coords will appear on the explorer footer ok?????


        Originally posted by nomad
        What application are you using to create your web pages

        nomad

        Comment

        Working...