[thelist] Want to have a map, and then a star to show my current location...

Carl J Meyer cjmeyer at npcc.net
Fri Jan 31 18:35:01 CST 2003


hi Chris,

On Thu, 2003-01-30 at 23:02, Christian Anderson wrote:
> Yes, I know very well about those websites, but I'm not just looking for a
> map of an area.  I already have created my map, I just want to know how I'm
> going to get a star to show up in the places that I specify.  like 200 px
> down the image, and 400 px to the right for example, and then have a star
> show up there.

This is very easy with CSS.  Try something like the following for
starters:

<div style="height: 600px; width: 600px; background: url(map.jpg)">
<img src="star.png" style="position: relative; left: 400px; top:
200px;">
</div>

Carl




More information about the thelist mailing list