OK, the other problem, the one on the page with the map isn't the slideshow. It's this div:
Code:
<!-- /MaxMind Booking Control en map -->
<div class="autoheight" style="width:950px;position:relative;">
<div class="autoheight" style="width:270px;border: 1px solid #f0f0f0;background:#f0f0f0;float:left;border-left: none;">
<div style="margin:5px 0px 5px 10px" id="maxmi
I can't see any reason for its being position:relative; If you remove the position:relative;:
Code:
<!-- /MaxMind Booking Control en map -->
<div class="autoheight" style="width:950px;">
<div class="autoheight" style="width:270px;border: 1px solid #f0f0f0;background:#f0f0f0;float:left;border-left: none;">
<div style="margin:5px 0px 5px 10px" id="maxmi
The links work fine.
The reason it's not a problem in IE is that div has no background so the mouse can "see through" it. All other browsers do not behave this way though, not for a positioned element. If dropping the position:relative; causes a problem, let me know. And let me know which browser(s). In limited testing here it doesn't appear to cause any problem.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks