久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      css怎么設置鼠標光標形狀

      css設置鼠標光標形狀的方法:可以利用cursor屬性來進行設置,如【<span style="cursor:crosshair">crosshair</span>】,表示將光標設置為十字線形狀。

      css怎么設置鼠標光標形狀

      本文操作環(huán)境:windows10系統(tǒng)、css 3、thinkpad t480電腦。

      屬性介紹:

      cursor屬性定義了鼠標指針放在一個元素邊界范圍內時所用的光標形狀。

      常用屬性值:

      • text 此光標指示文本。

      • wait 此光標指示程序正忙(通常是一只表或沙漏)。

      • help 此光標指示可用的幫助(通常是一個問號或一個氣球)。

      • auto 默認。瀏覽器設置的光標。

      • crosshair 光標呈現(xiàn)為十字線。

      • pointer 光標呈現(xiàn)為指示鏈接的指針(一只手)

      設置鼠標光標形狀的方法:

      <!DOCTYPE html> <html> <head> <meta charset="utf-8">  <title>php中文網(wǎng)</title>  </head> <body> <p>請把鼠標移動到單詞上,可以看到鼠標指針發(fā)生變化:</p> <span style="cursor:auto">auto</span><br> <span style="cursor:crosshair">crosshair</span><br> <span style="cursor:default">default</span><br> <span style="cursor:e-resize">e-resize</span><br> <span style="cursor:help">help</span><br> <span style="cursor:move">move</span><br> <span style="cursor:n-resize">n-resize</span><br> <span style="cursor:ne-resize">ne-resize</span><br> <span style="cursor:nw-resize">nw-resize</span><br> <span style="cursor:pointer">pointer</span><br> <span style="cursor:progress">progress</span><br> <span style="cursor:s-resize">s-resize</span><br> <span style="cursor:se-resize">se-resize</span><br> <span style="cursor:sw-resize">sw-resize</span><br> <span style="cursor:text">text</span><br> <span style="cursor:w-resize">w-resize</span><br> <span style="cursor:wait">wait</span><br> </body> </html>

      相關學習:CSS教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號