Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
368 views
in Technique[技术] by (71.8m points)

Mouse Cursor is not changing to Pointer on <a> href in asp.net

I have a question it could look silly but its driving me crazy for hours. in asp.net core MVC. the Mouse Cursor when hovering over a href is not chaning to hand pointer, even though I set it to in the href itself e.g.

<a href="#" style="cursor:pointer!important;">Goto Link</a>

when I run my project the cursor is still an arrow and not changing to hand pointer on hover, I installed the latest version of boostrap and tried also no luck. any help? thanks.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Actually its all about the Browser, I Figured it out, for some reason edge is not doing it on a specific machine, I accessed the site from another machine and it worked, fine.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...