久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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怎么改變鼠標(biāo)樣式

      在css中,可以通過cursor屬性來設(shè)置鼠標(biāo)樣式,語法格式“cursor:值;”。cursor屬性用于規(guī)定要顯示的光標(biāo)的類型(形狀),可以設(shè)置鼠標(biāo)指針放在一個元素邊界范圍內(nèi)時所用的光標(biāo)形狀。

      css怎么改變鼠標(biāo)樣式

      本文操作環(huán)境:Windows7系統(tǒng)、HTML5&&CSS3版,DELL G3電腦

      有些時候我們并不想加文字,圖片以及鏈接,卻想要加鏈接時的鼠標(biāo)樣式。這就用到了我們的css中的cursor來設(shè)置鼠標(biāo)指針形狀。

      cursor屬性規(guī)定要顯示的光標(biāo)的類型(形狀)。該屬性定義了鼠標(biāo)指針放在一個元素邊界范圍內(nèi)時所用的光標(biāo)形狀。

      下面就是鼠標(biāo)指針cursor屬性的一些屬性值:

      css怎么改變鼠標(biāo)樣式

      實例:

      <!DOCTYPE html> <html> <head> <meta charset="utf-8">  <title></title>  </head> <body> <p>請把鼠標(biāo)移動到單詞上:</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>

      這樣鼠標(biāo)就變成我們需要的了。

      css怎么改變鼠標(biāo)樣式

      說明:

      還有一種用法其原理是:利用了CSS2的一個cursor的屬性cursor:url (url),鼠標(biāo)文件可以使用jpg、gifanicur多種文件格式。需要注意的這種方式只能在IE5.5以上瀏覽器中正常顯示。

      推薦學(xué)習(xí):《css視頻教程》

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