Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to draw shapes in HTML

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25309
    bor003
    Member

    Hi,

    I have noticed that in some pages people have put shapes around images to make them into a link. An example is:

    Quote:
    <area href="link" coords="Num,num,Num,num" shape="poly"/>

    But does anyone have a site that goes through this as I am not sure how it works. Also do any browsers read it differently such as IE?

    Thanks for your help

    #59933
    raymondselda
    Member

    I believe what you are referring are called image maps.

    #59938
    ikthius
    Member
    "bor003" wrote:
    Hi,

    I have noticed that in some pages people have put shapes around images to make them into a link. An example is:

    Quote:
    <area href="link" coords="Num,num,Num,num" shape="poly"/>

    But does anyone have a site that goes through this as I am not sure how it works. Also do any browsers read it differently such as IE?

    Thanks for your help

    here you go: http://www.w3schools.com/tags/tag_map.asp

    in fact w3schools is great to learn from, and to remind you fo certain things if need be

    #59944
    bor003
    Member

    Thanks for all of your answers! You even replied very quickly!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.