Changeset 264
- Timestamp:
- Nov 1, 2006, 2:02:01 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/static/tiles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/grid.css
r262 r264 7 7 cursor: crosshair; 8 8 } 9 #marker {9 div.marker { 10 10 position: absolute; 11 11 visibility: hidden; -
trunk/npemap.org.uk/static/tiles/map.html
r254 r264 23 23 </div> 24 24 <div id="main_page"> 25 <div id='marker' class="marker"><img src="../images/yellow-marker.gif" alt='Your location'/></div> 25 26 <div id="menu" style="float:right"> 26 27 <table border="0" id="movement"> … … 113 114 </div> 114 115 <div id="map_container" style="float:left"> 115 <div id="marker">116 <img src='../images/yellow-marker.gif' alt="Your location"/>117 </div>118 116 <!-- 119 117 <div id="postcodeinfo"> -
trunk/npemap.org.uk/static/tiles/mapTiles.js
r263 r264 91 91 var northing = trimSixDigits(Math.round(northing)); 92 92 93 markerElement.style.visibility = 'visible'; 93 94 YAHOO.util.Dom.setXY(markerElement, [(x-markerXOffset), (y-markerYOffset)]); 94 markerElement.style.visibility = 'visible';95 95 96 96 postcodeFormElement.style.display = 'block';
Note: See TracChangeset
for help on using the changeset viewer.