Jon,
I have created a temp test site at www.walkspoiled.com/ve
The user name and passwd are JHTEST. I changed the calls to use the client api dnn positioning namespace.
var oDims = new dnn.dom.positioning.dims(document.getElementById("mapcell"));
map = new VE_MapControl(40.9521068, -73.592862, 10, 'r', "absolute", oDimsMapCell.l, oDimsMapCell.t-oDimsCPanel.h, oDimsMapCell.w,oDimsMapCell.h);
document.getElementById("mapcell").appendChild(map.element);
I tried to position the map at the left and top posstion, and this works fine in regular mode, but the map is pushed down as the left and top appear to be greater than expected in admin mode.
I can get you the vb.net code behind if it will help.
Thanks for taking a look.
- Jim