I've found out (that gave me another hard hour), that in IE click
event gets routed from image to associated map - automatically. I
guess this issue should be handled by jQuery guys somehow.

On May 17, 10:38 am, jayarjo <jaya...@gmail.com> wrote:
> Thanks. I've figured it out.The problem is, that the image getting
> manually triggered click event doesn't route it further to the
> associated html map (but it should, right? logically thinking). So my
> solution was to catch the event on image and route it further
> manually.
>
> On May 16, 9:51 pm, infoaddicted <jack.lapla...@gmail.com> wrote:
>
> > It would be helpful if you posted snippets of your HTML along with the
> > JQuery code.
>
> > On May 16, 12:26 pm, jayarjo <jaya...@gmail.com> wrote:
>
> > > I've got several map tags with custom areas defined and corresponding
> > > images with usemap attributes. The problem is that those images are
> > > covered with transparent div. I manually intercept events on that div
> > > and route them to the images underneath it. But maps do not seem to
> > > react to routed events anymore. Is it correctable somehow? Or maybe
> > > I'm doing something wrong? The structure cannot be altered,
> > > transparent div must be on top and images and their corresponding maps
> > > must get the click event somehow :(
>
> > > Any suggestions?

Reply via email to