Changeset 217
- Timestamp:
- Oct 29, 2006, 12:29:31 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
r214 r217 12 12 z-index: 1; 13 13 } 14 15 div.postcode_marker { 16 position: absolute; 17 z-index: 1; 18 cursor: pointer; 19 } 20 14 21 #postcode_form { 15 22 line-height: 100%; -
trunk/npemap.org.uk/static/tiles/map.html
r216 r217 68 68 <div id="postcode_detail_window"> 69 69 <div style="float:right"><a href="javascript:hideMarkerWindow()" title="close">X</a></div> 70 <div><span class="terms" id="postcode_detail"></span></div> 70 71 <div><span class="terms" id="location_detail"></span></div> 71 <div><span class="terms" id="postcode_detail"></span></div>72 72 <div><span class="terms" id="source_detail"></span></div> 73 73 <a href="#" id="bad">Problem?</a> -
trunk/npemap.org.uk/static/tiles/mapTiles.js
r216 r217 380 380 var img=document.createElement('img'); 381 381 newMarker.appendChild(img); 382 newMarker.style.position = 'absolute'; 383 newMarker.style.zIndex = 1; 382 newMarker.className = 'postcode_marker'; 384 383 markers[markers.length] = newMarker; 385 384 mainPageElement.appendChild(newMarker);
Note: See TracChangeset
for help on using the changeset viewer.