Hello,

I have a serious problem with my info window, my infowindow is
displaying all information nicely but each contains a vertical scroll
bar at the right, I really want to get rid of that.
Please help.

I am posting the code of how I have displayed inforwindow and the
style I have applied for the same.
Thanks a lot.

Code to display Infowindow -
infoWindowContents.Add(string.Format(
                        @"{{
                                    content: ""<div class=\""infoWindow
\""><b>Store {0}</b><br />{1},{2},{3}{4}<br/><br/><b>Services:</b><br/
>{5}<br/><br/>{6}</div>""
                          }}",
                           location["number"],
                           location["address_line_1"],
                           location["town"],
                           location["county"],
                           location["postcode"],
                           depot_services,
                           "<b>" + "Opening Hours: " + "</b>" + "<br/
>" + "Mon - Fri: 9am to 6pm" + "<br/>" + "Sat & Sun: 9am to 3pm"
                        )
                   );

Style

.infoWindow
{
    line-height: normal;
    border:4px;
    background-color:#BF0F35;
    color:#FFFFFF;
    font-family:Arial;
    font-size:8pt;
    padding:2px 2px 2px 2px;
    /*background-color:#EBE6DC;*/
    border-radius:15px;
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to