Skip navigation
RepulseMonkey
Currently Being Moderated

Image Maps not working

Jul 20, 2012 8:01 AM

Tags: #image #image_map

Hi, here's the url:

http://www.theexperience-exchange.co.uk

 

There are 4 image maps over the word 'Start' at the bottom of the page.

 

I've linked the pages in the properties panel and there appears to be an 'href' piece of coding in the html.

 

The other maps higher on the page seem to be OK. 

 

Any clues anyone?  Any help always appreciated.

 

All the best, RP

 
Replies
  • Currently Being Moderated
    Jul 20, 2012 1:13 PM   in reply to RepulseMonkey

    Hey RP -

     

    May we know why you are using imagemaps when you could just hyperlink each image?

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 21, 2012 5:53 AM   in reply to Ken Binney

    Ken is certainly correct with his question - explicit links would be much better to use than image maps in my opinion.  Nevertheless, try adding "overflow:hidden;" to the rule for the #footer div and see what happens.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 23, 2012 3:19 AM   in reply to RepulseMonkey

    You're most welcome RP...

     

    Also noticed a typo on your CONTACT page

     

    – Securely ‘backed up’ data without any internal IT suppor.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 23, 2012 4:41 AM   in reply to RepulseMonkey

    The 'overflow' style when used with values "scroll | hidden" is incredibly useful in controlling floats and margins on your page.  When an element is assigned one of these styles, it becomes "a new block formatting context".  What that means is that all interior floats (within that element) are automatically cleared, and no interior margins can escape the container.  The problem you were having was that a subsequent element was somehow (and I'm not really sure why - didn't look closely enough to diagnose it) expanded enough vertically to MASK the linked buttons.  When the buttons are masked, the mouseovers are not detected by the browser and the links don't work.  By assigning the overflow style, you prevent that masking and the links are expressed.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points