View Full Version : Image Mapping....


Ashley5
07-17-2003, 12:31 PM
Okay, currently i've got someone helping me with this, but I'm going to have to know how to do this in the future... lol okay... so there is the basic mapping stuff like the links and the alt text, but what about the COORS thing, and the numbers... what does the first number, second, third, and fourth number represent??

Email me @ GeverwoodS@hotmail.com, please!!

pb&j
07-17-2003, 02:48 PM
coords are the points of reference. depends on what shape you are using...

Circle = X, Y, Radius
Rectangle = X, Y, X, Y
Polygon = X, Y, X, Y, X, Y, etc...
Default Anything left over.

x is number of pixels from the left border of the image.
y is number of pixels from the top border of the image.
rectangle specifies the top,left corner and bottom right corner.