Bing Maps AJAX control 7.0: Full-width Dashboard


/ Published in: CSS
Save to your folder(s)

**Important: this snipplet has moved to Github.**

- [Full-width dashboard in Bing Maps AJAX 7.0](https://gist.github.com/1973130)


Copy this code and paste it in your HTML
  1. /**
  2.  * By default, the new dashboard (the white components bar on top of the map) is only 350 pixels wide,
  3.  * but you can easily make it use the whole space available with CSS.
  4.  *
  5.  * "mapContainer" is the id of the div that contains the Map.
  6.  * If you are using only one map on the map, you can use ".MicrosoftMap .NavBar" directly
  7.  */
  8.  
  9. #mapContainer .MicrosoftMap .NavBar {
  10. width: 100%;
  11. }

URL: http://www.wildpeaks.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.