Pan arrows

885
4
06-15-2011 07:37 AM
ElliotSchwid
New Contributor
I am using a navigation toolbar. The default pan arrows are being pushed down the map and the bottom three are no longer visible. Is there any way to change the pan arrows so they will be shown again?
0 Kudos
4 Replies
derekswingley1
Frequent Contributor
Can you post a simple html page that shows this?
0 Kudos
ElliotSchwid
New Contributor
*Note that this is development site and is incomplete

http://ssgic.cr.usgs.gov/asp-bin/swfrs_dev/
0 Kudos
derekswingley1
Frequent Contributor
I see two options:
1. Ditch the pan arrows as they are a relic from years ago when web maps did not have click+drag to pan.
2. Re-structure your markup and move the toolbar outside the map's content pane. To do this, you would add an additional border container inside your existing border container, after your accordion container. Then you would put your toolbar inside a content pane with region="top" and your map in another content pane with region="center".

You might actually want to do both. It looks like the toolbar being inside the same content pane as the map is causing the shift+click+drag zoom graphic to be out of alignment too. I would seriously considering just leaving the arrows out though.
0 Kudos
ElliotSchwid
New Contributor
Thanks. It was a bad idea to have them in the same content pane.
0 Kudos