Clicking on nearby markers displays a popup showing the name of the mapper with a link to their page.

A similar popup is shown for your own marker.
Checkbox added for updating your own position, checked if you haven't set a location yet, unchecked by default if you have.
This commit is contained in:
John McKerrell 2007-05-07 18:47:38 +00:00
parent 83beee6d6a
commit 914b358154
3 changed files with 56 additions and 6 deletions

View file

@ -455,7 +455,11 @@ input {
width : 30em;
}
#map h3 {
/**
* This now just used to detect the width/height required for the popup.
*/
#map p#highlightinfo {
visibility : hidden;
position : absolute;
z-index : 10000;
background : white;
@ -465,3 +469,12 @@ input {
margin : 0px;
padding : 2px;
}
#popup * {
background-color : #E3FFC5 !important;
}
#map p#highlightinfo p, #popup p {
margin : 0;
padding : 2px;
}