The divs overlaying the map are at z-index 100 which is higher layer than the map
<div style="width: 25%; height: 25%; position: absolute; top: 5%; left: 32%; z-index: 100; cursor: pointer;"></div>
<div style="width: 25%; height: 25%; position: absolute; top: 15%; left: 65%; z-index: 100; cursor: pointer;"></div>
<div style="width: 25%; height: 25%; position: absolute; top: 50%; left: 70%; z-index: 100; cursor: pointer;"></div>
<div style="width: 25%; height: 25%; position: absolute; top: 60%; left: 38%; z-index: 100; cursor: pointer;"></div>
<div style="width: 25%; height: 25%; position: absolute; top: 50%; left: 10%; z-index: 100; cursor: pointer;"></div>
<div style="width: 25%; height: 25%; position: absolute; top: 20%; left: 10%; z-index: 100; cursor: pointer;"></div>
<map name="Map">
<area alt="drawings" coords="185,9,376,206" shape="rect" href="http://www.awakeningtheeye.net/?page_id=8">
<area alt="classes" coords="377,87,585,286" shape="rect" href="http://www.awakeningtheeye.net/?page_id=5">
<area alt="calendars" coords="379,353,586,547" shape="rect" href="http://www.awakeningtheeye.net/?page_id=15">
<area alt="personal history" coords="194,356,376,572" shape="rect" href="http://www.awakeningtheeye.net/?page_id=13">
<area alt="exhibitions" coords="5,340,192,551" shape="rect" href="http://www.awakeningtheeye.net/?page_id=11">
<area alt="paintings" coords="6,126,209,314" shape="rect" href="http://www.awakeningtheeye.net/?page_id=2">
</map>
#flower div {
display: none;
}
So in your #flower, above your map in the source, you have those divs. Those interfering with your map. Add the above CSS to hide the divs and you’ll see the map works fine.
@tugbucket Thanks. I added that code to style.css, but it had no effect.
@alanfuller Thanks. I see, but what needs to be done to make the map links work?
I dont know, because it is your code and I have no idea why it is coded that way and the purpose of the six <div> above the map.
As I can’t see a reason, I’d simply delete them, but as I said, not my code and I don’t have the full picture of why they exist.
-
This reply was modified 3 years, 10 months ago by
Alan Fuller.
@alanfuller Ok, thanks. We’re in the same boat as this code pre-existed my involvement.