Whenever my cursor is over some text, I need it to remain as a pointer rather than switching to the ‘i-bar’ style. I have tried setting the style of my td to for example cursor:pointer, or cursor:default, but it doesn’t change. Is there any way to do this?
Share
style="cursor: pointer;"should work. Can you post your code here.Also, check out some other options here