Log in

View Full Version : Image map showing in FF but not IE



rhianoran
11-25-2006, 01:04 AM
http://www.thetcgs.org/alittlebit/
The image map is supposed to be on the very top of the page but its not showing up in IE.
A while ago it worked but now it doesn't and I'm confused and kind of annoyed. If anyone could help me that would be great.

coothead
11-25-2006, 11:54 AM
Hi there rhianoran,

try removing...

width="100%" height="100%"
...from the img.

coothead

rhianoran
11-25-2006, 03:04 PM
It worked ^^ Thank you!

rhianoran
11-25-2006, 03:12 PM
Er...I mean it seemed to work for a couple of minutes...it looked good before I uploaded it to the site
It's working on one page but not the other ones, I think I can figure out whats wrong though thank you!

John Kuczmarski
08-12-2007, 12:17 AM
hey rhianoran,
after MUCH forum and web page surfing I worked out the glitch for ya (I had the same problem).

For me i finally discovered the source of the problem: "#".

in
<img usemap="mapname">

I didn't insert the "#" symbol.

Intuitive old firefox still read it, but clunky, obtuse IE needs

<img usemap="#mapname">
just line inline anchors!

Cool.