My search hasn't turned up anything specific on how to do this:
I would like to make the infowindow that pops up after clicking a
marker able to be printed. The infowindows have class="gmnoprint"
which means they are not printed. Also, GControls have the same class
and are not printed. I can get the infowindow to print if I put this
in my CSS:
@media print {
#map .gmnoprint {
display:inline;
}
}
but then I get all the controls printing as well.
What I'd really like to be able to do is choose the markers that have
printable infowindows, without making the controls printable. Ideally
I'd love to set this individually for any marker I create, but I'd be
happy if all infowindows printed, but not controls.
Any hints? Is there another more specific CSS declaration I could use?
Or any other way to make the infowindow print?
Currently I have a map at:
http://www.healthypetmobilevet.com/testarea.shtml
with .gmnoprint set to display:inline but that XHTML/JS/CSS is a bit
too complex to be a useful demo.
Thanks,
Brian
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---