I have a question in relation to an image map. Basically, I have a map of the world and on it I have marked the countries where my company does business. When the user mouses over the map, it displays a layer showing information about the country.
However, I would like to make it easier to update the imape if a country is removed. Rather than physically altering the image I was wondering if it is possible to add a background color to the <AREA> tag. This would mean that I wouldn't have to alter the color on the image, I could let the area tag control the color on the image.
At the moment I have:
<AREA SHAPE="rect" onMouseOver="show('<%=rs("Country"
%>')" onMouseOut="hide()" COORDS="<%=Trim(rs("Map Location"
)%>" HREF="#">
Can anyone tell me if this is possible.
Mighty
However, I would like to make it easier to update the imape if a country is removed. Rather than physically altering the image I was wondering if it is possible to add a background color to the <AREA> tag. This would mean that I wouldn't have to alter the color on the image, I could let the area tag control the color on the image.
At the moment I have:
<AREA SHAPE="rect" onMouseOver="show('<%=rs("Country"
Can anyone tell me if this is possible.
Mighty