I have another question:
when I have more then two images(you can check the file I uploaded)
I just want the mouseover event, but I don't want the onclick event.
here is the code:
<a onmouseover="return window.localPage.changeImage(this, 'hikashop_main_image', '/jpurity/media/com_hikashop/upload/thumbnails/400x500fsO/img_7502.jpg', 500, 400, '', '');" onclick="SqueezeBox.fromElement(this,{parse:'rel'});return false;" href="/jpurity/media/com_hikashop/upload/img_7502.jpg" rel="{handler:'image'}" target="_blank"><img class="hikashop_child_image" title="" alt="" src="/jpurity/media/com_hikashop/upload/thumbnails/400x500fsO/img_7502.jpg"></a>
the onclick event(SqueezeBox.fromElement) still have popout effect.
help me fix it.
thanks a lot.