Questions
That's exactly what cursor: pointer; is supposed to do.
cursor: pointer;
If you want the cursor to remain normal, you should be using cursor: default
cursor: default
~ Answered on 2012-01-21 13:53:54