Results 1 to 5 of 5

Thread: Image map showing in FF but not IE

  1. #1
    Join Date
    Oct 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Image map showing in FF but not IE

    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.
    Last edited by rhianoran; 11-25-2006 at 02:24 AM.

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there rhianoran,

    try removing...
    Code:
    width="100%" height="100%"
    ...from the img.

    coothead

  3. #3
    Join Date
    Oct 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It worked ^^ Thank you!

  4. #4
    Join Date
    Oct 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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!

  5. #5
    Join Date
    Aug 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

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
  •