Here's the problem. Website is a issueTracker. Uses a roster type list of issues, with some links in the last colums for "delete, edit, etc...."
Currently each link is done with a image,
Pretty basic stuff. Image shows correctly, and the links work fine in FF. But when I go to IE, I get the following results.
Cursor correctly changes to the "finger" cursor like it does on any other link.
Right-click and it brings up the "open link" options on the menu.
In the status bar, when hovering over the link, shows the correct http address to go to.
But left-clicking on the link does nothing.
If I change the link from a image to text, it works fine. If I click on a image link that does not include a querystring, it works fine.
But the combination of image-link and querystring seems to cause it problems. Unfortunately, i can't test to see if this is a environment or code problem, as the IE settings are managed by SMS and the Network Admins.
Does anyone know of a setting that would cause this? Or is that possibly a bug in IE? (6.0.28 is the version)
Any help is appreciated.
Currently each link is done with a image,
Code:
<a href="test.do?id=8"><img src="/images/edit.png"/></a>
Cursor correctly changes to the "finger" cursor like it does on any other link.
Right-click and it brings up the "open link" options on the menu.
In the status bar, when hovering over the link, shows the correct http address to go to.
But left-clicking on the link does nothing.
If I change the link from a image to text, it works fine. If I click on a image link that does not include a querystring, it works fine.
But the combination of image-link and querystring seems to cause it problems. Unfortunately, i can't test to see if this is a environment or code problem, as the IE settings are managed by SMS and the Network Admins.
Does anyone know of a setting that would cause this? Or is that possibly a bug in IE? (6.0.28 is the version)
Any help is appreciated.