Cryton
01-06-2003, 09:54 PM
Hi all,
this may be a dumb question, but I've been banging my head against my monitor for a while over this, then forgot about it, but now I re-remembered and so I thought I'd ask here :)
I have a small picture. When it is clicked on, it opens up a new browser window (with no nav buttons or anything, just a title and a vertical scroller).
The code is shown below:
<img src="WebPics/Status_Info.gif" width="12" height="12" border="0" align="absmiddle" title="Click to read about the Circuit Training class" onClick="MM_openBrWindow('FitnessClasses_CircuitTraining .htm','','scrollbars=yes,width=350,height=400')">
While this works perfectly, when the user hovers their mouse over the image, the mouse pointer does not change to the standard finger (indicating a clickable link); it stays as the standard arrow.
How can I make the mouse pointer change to the clicking-finger when it hovers over my image pic which my java script hangs off?
Thanks for any help
Steve/Cryton
this may be a dumb question, but I've been banging my head against my monitor for a while over this, then forgot about it, but now I re-remembered and so I thought I'd ask here :)
I have a small picture. When it is clicked on, it opens up a new browser window (with no nav buttons or anything, just a title and a vertical scroller).
The code is shown below:
<img src="WebPics/Status_Info.gif" width="12" height="12" border="0" align="absmiddle" title="Click to read about the Circuit Training class" onClick="MM_openBrWindow('FitnessClasses_CircuitTraining .htm','','scrollbars=yes,width=350,height=400')">
While this works perfectly, when the user hovers their mouse over the image, the mouse pointer does not change to the standard finger (indicating a clickable link); it stays as the standard arrow.
How can I make the mouse pointer change to the clicking-finger when it hovers over my image pic which my java script hangs off?
Thanks for any help
Steve/Cryton