Hi All,
I have a web template and a graphic in it. The graphic shows N bars. The user would like to be able to navigate to another web template by clicking on one of the bars.
Is it possible determine the location of the bar the user has clicked on?
I know how it would work with a fixed set of bars. It seems to be more complex for an unknown amount of bars, though.
There must be a way to do this using Java Script or by exploring the DOM tree??
Thanks for any hints...
Johannes