I have a Bing Map and I’m using the navigation bar (the white bar with zoom controls). The bar is on the left side but I want it to be on the right side. How do I position the bar on the right side of the map?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I figured out a Javascript solution. I created a Javascript interval that waits for the map to load and then repositions the navigation bar. I’m sure there is a more elegant CSS solution that I could have used but this worked well enough.