I have a code in my razor view as below. The pointer cursor is not displaying while mouse hover on any of the anchor tag. The same code works fine on IE 9. This issue is observed on Chrome browser. Any guess why the below code failed on Chrome Version 25.0.1364.172 m?
<ul id="menu" class="menu">
<li><a href="#" style="cursor: pointer;">Top 10 Headlines</a>
</li>
<li><a href="#">Related Content</a>
</li>
</ul>