Hi,
I have a background image on
jsp login page which defined in css
Now I want part of the area of the image could be clicked, and I found this <area> tag which works fine together with <img> tag. Example:
But my problem is that the image work as background, even if I put it in jsp file instead of css, it will be like
, if I could not define the <img> tag, then I could not use <map> tag to associate with the <img>tag, right? Then I could not define the <area> tag.
Thanks for the help.