hume.tony
01-20-2009, 10:47 AM
I'm having a problem making a small line of code work. The idea is to have a link that when rolled over will give a small display of an image and then when clicked sends you to the image in a new window:
<a href="../../figs/image.png" target=_blank onMouseOver="doTooltip(event,0)"
onMouseOut="hideTip()">link</a>
This works perfectly in XP but when I try it in Vista I get either one or the other. Either I can click on it and it opens in a new window but does not show the small display or I tell the browser to allow ActiveX and I get the small display but then the link is broken. In both xp and vista I am using Internet Explorer 7. Is this a known problem or am I in uncharted territory?
<a href="../../figs/image.png" target=_blank onMouseOver="doTooltip(event,0)"
onMouseOut="hideTip()">link</a>
This works perfectly in XP but when I try it in Vista I get either one or the other. Either I can click on it and it opens in a new window but does not show the small display or I tell the browser to allow ActiveX and I get the small display but then the link is broken. In both xp and vista I am using Internet Explorer 7. Is this a known problem or am I in uncharted territory?