Javascript HREF not working on IE
I have a piece of javascript code inserted in a .TPL(template file) file which I have used for Anchor link since the normal anchor code did not work on that file.
Following is the javascript and css used for that purpose.
Javascript :
CSS -
The problem is it works perfect in FireFox with the link on that image. But in IE the image gets displayed on the right area but there is no link on that.
Not sure what is mistake there.. is there a hack for IE ???Any help ?
Regards,
Anand