views:

1159

answers:

2

Hi there,

Im using this jquery plug in: http://webmuch.com/image-flip-using-jquery/ to flip an html image map. This works fine when I use an image map with no effects.

However, I am using this plug in: http://davidlynch.org/js/maphilight/docs/ to highlight parts of my image map (really nice plug in I might add).

Why do the 2 seem to be incompatible? If I add the image map highlighting all sorts of crazy things happen with the flip.

Any thoughts?

I wont post the code since its quite big.

+2  A: 

The second plugin uses version 1.2.3 of jQuery, the first is new and uses 1.3.2. It could be a compatability issue between the versions.

Firstly I would try to get the second plugin working in isolation with 1.3.2. If you can we can then look at other possible issues.

redsquare
Yeah it works fine in isolation.
Valerie
A: 

Depending on how many hot-spots are in your HTML Image Map you could go down a different route. Using only Images, HTML, CSS & core JQuery a really slim, elegant solution can be arrived at. I wrote about it here: Revisiting the HTML Image Map

Ian ChoiceCuts