In the siteassistpro_css/content.css file, remove the overlow: auto property from the "html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6" selector, this is causing the problem:html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
/*overflow:auto;*/
}

I made the correction. On the web, the map can be seen, but that's the map of Palo Alto. On my PC, I use XAMPP, I see the map correctly. With IE7 not seen the pictures of the menu (only on this page).


