I'm trying to use an imagemap but I want the areas to be buttons rather than links, is this possible and how can it be done? Thanks a bunch.
encyclo
8:48 pm on Jul 8, 2005 (gmt 0)
Hi hwttdz, I'm not sure what you mean when you say you want the imagemap links to be buttons. Just to clarify, do you mean that you want a click on a zone in the imagemap to action a script or submit a form?
Alioc
5:27 am on Jul 9, 2005 (gmt 0)
I agree that the question is not clear. ;) You mean links graphically looking like buttons?
henry0
12:00 pm on Jul 9, 2005 (gmt 0)
A way to do it could be to 1) Slice your original image (to be the img map) with an img application but be sure to cut a grid that will make space for your buttons. The result is a bunch of tables. 2) Find where you want the buttons to be 3) make change within the table to replace img chunks with your custom made buttons.