Results 1 to 3 of 3

Thread: Since when does IE not support image maps?

  1. #1
    Join Date
    Mar 2007
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Since when does IE not support image maps?

    I made an image map and people using FF can see it fine but people using IE can't.

    Is this IE or did I do something wrong?

    Code:
    <img 
      src ="http://img171.imageshack.us/img171/9981/whodoeswhatce7.jpg"
      width ="359" 
      height ="810"
      alt="Band Memebers"
      usemap ="Members" /> 
      
    <map 
      id ="Members"
      name="Members"> 
      
    <area shape ="rect" coords ="0,0,355,110"
      href ="http://www.myspace.com/mcr_fob_fromfirst2last" 
      target ="_blank"
      alt="Shayne" /> 
      
    <area shape ="rect" coords ="0,120,355,305"
      href ="http://www.myspace.com/fobfreakazoid" 
      target ="_blank"
      alt="Hannah" /> 
      
    <area shape ="rect" coords ="0,310,355,505"
      href ="http://www.myspace.com/u_can_shutup_now" 
      target ="_blank"
      alt="Sydney" /> 
      
    <area shape ="rect" coords ="0,510,355,620"
      href ="http://www.myspace.com/captaindisfunction" 
      target ="_blank"
      alt="Claire" /> 
      
    <area shape ="rect" coords ="0,630,355,805"
      href ="http://www.myspace.com/nonconformistxcore" 
      target ="_blank"
      alt="Evan" /> 
      
    </map>

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Stay away from XHTML for now, since IE doesn't support it.

    In IE the map name has to start with an octothorpe.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2007
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ah,I had one, I must have accidentally taken it out.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •