Solved! Go to Solution.
hi alex,
there are a variety of resources missing in your jsbin that make it impossible to test with it.
in general, its probably a CSS problem, as discussed in this forum.
http://forums.arcgis.com/threads/47975-Map-Navigation-Mouse-Offset?highlight=offset
have you tried calling map.reposition() as suggested in the forum thread i linked previously?
hard to tell you without seeing a sample app that shows the problem.
map = new Map("map2", { ... <section id="fancy" </section> <div id="map2"></div>
alex,
adding a dedicated <div> for the map inside your content pane (instead of associating the map object with the div for the content pane itself) resolved the problem with the cursor for me.map = new Map("map2", { ... <section id="fancy" </section> <div id="map2"></div>
<section id="fancy" </section>
<section id="fancy" ... <section id="search" ></section> ... </section>