Hello, I have an infoWindow containing tabs for each layer in the map. The infoWindow functions fine in Firefox, but it will not close in IE 9. Each new click will create a new infoWindow and close the old one, but I cannot close the window with the 'x' in the corner.
I am writing the code in an MVC 3 framework with VS2010. The first line of the my 'layout' page has the tag: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
..and I have tried a few different meta tags for IE compatibility including:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> and <meta http-equiv="X-UA-Compatible" content="IE=7", "IE=9" />
All the other functionality of the infoWindow and the map in general seems to work well in IE.
OK..It will take me a minute to make a (non0working example..the code is long and written in an MVC format so it will need a bit of restructuring..thanks