Changeset 170
- Timestamp:
- Oct 24, 2006, 8:14:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/mapTiles.js
r160 r170 349 349 350 350 function setMarkerXY(marker, x, y) { 351 marker.style.left = Math.round(markerLeft + x) ;352 marker.style.top = Math.round(markerTop - y) ;351 marker.style.left = Math.round(markerLeft + x) + 'px' ; 352 marker.style.top = Math.round(markerTop - y) + 'px'; 353 353 354 354 }
Note: See TracChangeset
for help on using the changeset viewer.