If your custom control has class "noprint":

@media print {
  .noprint {
    display: none;
  }
}

Chris

On Sunday, November 28, 2010, Gary Little <[email protected]> wrote:
> I want to prevent the visual element of a custom control from
> appearing when a map is printed. Does anyone know if this can be done?
> In other words, is there a standard (Google Maps) CSS class I can
> assign to the DIV for a custom control so that CSS display is set to
> "none" when printing.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to