Log in

View Full Version : Since when does IE not support image maps?



lord_havoc
08-24-2007, 07:47 PM
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?


<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>

Twey
08-24-2007, 08:17 PM
Stay away from XHTML for now, since IE doesn't support it.

In IE the map name has to start with an octothorpe.

lord_havoc
08-24-2007, 08:22 PM
Ah,I had one, I must have accidentally taken it out.