I have an imagemap of the United States with each state defined using <area> tags that link to specific html pages. I would like to change the displayed color of the various polygons in the imagemap on the fly based on data stored in a database. For example, all the states in the gif file are white. I would like to color the polygon over various states blue if they meet certain criteria in the database file. The result is an imagemap with some blue states and some white states.
Is it possible to do this using html attributes? Or any other way?
Thanks!
Is it possible to do this using html attributes? Or any other way?
Thanks!