Changeset 50 for trunk/npemap.org.uk
- Timestamp:
- Oct 15, 2006, 6:52:25 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
r16 r50 9 9 #marker { 10 10 position: absolute; 11 width: 5px;12 height: 5px;13 background-color: blue;14 11 visibility: hidden; 15 12 z-index: 1 -
trunk/npemap.org.uk/static/tiles/map.html
r48 r50 46 46 </div> 47 47 <div id="map_container" style="float:left"> 48 <div id="marker"></div> 48 <div id="marker"> 49 <img src='../images/yellow-marker.gif' /> 50 </div> 49 51 <div id="postcode_form"> 50 52 <form method="post" action="../../cgi/submit.fcgi"> -
trunk/npemap.org.uk/static/tiles/postcode.js
r48 r50 26 26 var northing = baseNorthing + ('000' + Math.round((1-(tileY/img.offsetHeight))*1000)).substr(-3) 27 27 28 YAHOO.util.Dom.setXY(markerElement, [(x- 2), (y-2)]);28 YAHOO.util.Dom.setXY(markerElement, [(x-4), (y-11)]); 29 29 markerElement.style.visibility = 'visible'; 30 30
Note: See TracChangeset
for help on using the changeset viewer.