when mouseover a jpg with a hypertext link?
M Murray Sep 6, 2004 #2 The best way to do this is to make sure that your link is applied to an element that the browser recognizes as requiring a 'pointer' cursor. Can you show me your code?
The best way to do this is to make sure that your link is applied to an element that the browser recognizes as requiring a 'pointer' cursor. Can you show me your code?
M Murray Sep 6, 2004 #3 That example will generate a pointer cursor without your help. However, this one will not - <img onClick="whatever"...> Perhaps that is what the poster is asking about?
That example will generate a pointer cursor without your help. However, this one will not - <img onClick="whatever"...> Perhaps that is what the poster is asking about?