Revision: 36816
Updated Code
at March 5, 2012 01:03 by wildpeaks
Updated Code
/**
* By default, the new dashboard (the white components bar on top of the map) is only 350 pixels wide,
* but you can easily make it use the whole space available with CSS.
*
* "mapContainer" is the id of the div that contains the Map.
* If you are using only one map on the map, you can use ".MicrosoftMap .NavBar" directly
*/
#mapContainer .MicrosoftMap .NavBar {
width: 100%;
}
Revision: 36815
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 27, 2010 00:29 by wildpeaks
Initial Code
/**
* "mapContainer" is the id of the div that contains the Map.
* If you are using only one map on the map, you can use ".MicrosoftMap .NavBar" directly
*/
#mapContainer .MicrosoftMap .NavBar {
width: 100%;
}
Initial URL
http://www.wildpeaks.com
Initial Description
**Important: this snipplet has moved to Github.** - [Full-width dashboard in Bing Maps AJAX 7.0](https://gist.github.com/1973130)
Initial Title
Bing Maps AJAX control 7.0: Full-width Dashboard
Initial Tags
Initial Language
CSS