Philip Hallstrom wrote:
I'm working on an application using the html <map> tag where I'd like to automatically place a small image on a larger image automatically.

For example, I've got a table of <map> coordinates such as:
<map name="Map">
<area shape="rect" coords="469,188,488,205" href="/courses/Start_Locs/Loc_Maps/baes.jpg">

Where I've got about 40 <area> coordinates stored in a DB that changes often.

I don't want to have to manually edit the main image every time a new coordinate is added or moved.

Anyone know of a way to do this, other than having to use GD or ImageMagick?


CSS?

Of course.  I'm an CSS expert and didn't think of the obvious.

A simple postion selector does it.

Thanks....

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to