I'm using the JQuery-plugin imagemapster and the code from the authors example at jsfiddle http://jsfiddle.net/jamietre/jQG48 I am able to dynamically resize my imagemap. Now I am trying to center my imagemap horizontally on my page, but I cant get it working.
What I have tried so far: adding CSS styles margin-left:auto
and margin-right:auto
to my image tag.
any help /hint? thanks