Hi I have the following code to have few links on top of img
. It works well in FF but not in IE. It seems IE is not clickable if you put link on top of im
are you just trying to make the image clickable?
you can't have
that's not a correct html tag.
another way is to set a div with a background image of your image and then a link inside there, make the link display : block and make it the entire width and height of the div and the whole thing will be clickable.