Forum Moderators: open
I thought that this could be done using an imagemap. It could somehow pass the coordinates of the UK on the image and then it would highlight the UK. I am looking to have a couple of images (in this example it may be like America, Europe etc) and then the image would know where to highlight as the coordinates would have been passed from the previous page.
I have tried to get this to work on the imagemap but have been unable to get an pre-defined area to highlight on mouseover, let alone anything else?
I hope I have made sense! Can anyone suggest any ideas? Thanks!
so for ex: in php the map will default by using only all regular parts
if an user will come from UK
your code will read
if.. UK then map = all regular parts minus regular UK plus UK Highlighted
does that make sense?