Hi Guys, For the last couple of days I have been trying to figure out how to print maps with markers displaying InfoWindows.
I have read in a few places that the Google Maps automatically disables printing InfoWindow information as it blocks map information behind the InfoWindow. This is all good and well, but in some cases people may want to print the information on the open InfoWindow. Currently there is no proper way to enable this and it has been risen as an issue with Google: http://code.google.com/p/gmaps-api-issues/issues/detail?id=920 I have come up with a CSS hack that overrides the Google Maps CSS for the gmnoprint class... @media print { #map_canvas .gmnoprint { display:inline; } } This hack works well in FireFox when printing a map with a marker and an open InfoWindow but does not preform as well in IE8. In IE8 in "Print Preview" the InfoWindow is very blocky and unevenly transparent in places. The shadow of the Info Window is black ans is also blocky (or pixelated). Now my CSS knowledge is limited; I suppose what im asking is the CSS syntax to control the CSS class of infoBodyDiv - which is the body of the InfoWindow div. Similar to the way im controlling the gmnoprint CSS class. I want to make the background white on the InfoWindow so it doesnt look blocky Anybody any Ideas? -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
