Change the MouseOver for a LinkButton

  • Thread starter Thread starter Craig G
  • Start date Start date
C

Craig G

is it possible to set the mouse over for it?

i tried to do an attributes add but this wouldnt work
hypPainSite.Attributes.Add("Onmouseover", "window.status='Pain Site';")
 
Craig:
I typically like giving an explanation along with the answer, but I don't
have one:
hypPainSite.Attributes.Add("onmouseover", "window.status='Pain Site';return
true;")

note the return true


also note that in firefox window.status is turned off by default and must be
turned on by the user in his/her browser...nothing you can really do about
that..

Karl
 
hmmm i might need an explanation!! still not working with your changes

im using IE6 so window.status is fine

Cheers,
Craig
 
Back
Top