css sized the map_canvas

#map_canvas {
        padding: 50px;
        float: right;
        height: 800px;
        width: 500px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-color: #000;
        border-right-color: #000;
        border-bottom-color: #000;
        border-left-color: #000;
}


On Aug 25, 9:48 am, Andrew Leach <[email protected]> wrote:
> On 25 August 2011 12:46, Fred Weaver <[email protected]> wrote:
>
> > Site:http://webdesign.fredweaver.biz/CycleFest/
>
> > When I print the page it only prints the sidebar and does not include the
> > map.
>
> Your css does not include a size for the map when media="print", so
> it's been given a zero size.

-- 
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