html 鼠標樣式 鼠標懸停 小手樣式


在style中添加cursor:pointer 實現鼠標懸停變成小手樣式

先來一個示例

<div style="float:right">
                            <a class="dropdown-toggle" style="float:right;padding-right:30px;cursor:pointer" ng-click="checked(1)">
                                <i style="font-size:small" class="fa fa-fw fa-plus"></i>
                                <span style="font-size:small">New Task</span>
                            </a>
</div>


其他參數:

cursor語法:
cursor : auto | crosshair | default | hand | move | help | wait | text | w-resize |s-resize | n-resize |e-resize | ne-resize |sw-resize | se-resize | nw-resize |pointer | url (url)

另:

cursor:hand也是表示文本選擇效果

cursor: url("小圖片地址") /* 設置鼠標指針默認為一個小圖片 */


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM