亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        各種MOUSE鼠標形狀的表示方法

        字號:


            一下是鼠標的各種樣式測試代碼,大家可以看下,選擇需要的鼠標樣式。不過不建議亂用,要符合大家的習慣。
            代碼如下:
            <a href="http://">auto</a><br/>
            02 <a href="http://">crosshair </a><br/>
            03 <a href="http://">default </a><br/>
            04 <a href="http://">hand </a><br/>
            05 <a href="http://">move </a><br/>
            06 <a href="http://">e-resize </a><br/>
            07 <a href="http://">ne-resize </a><br/>
            08 <a href="http://">nw-resize</a><br/>
            09 <a href="http://">n-resize</a><br/>
            10 <a href="http://">se-resize</a><br/>
            11 <a href="http://">sw-resize</a><br/>
            12 <a href="http://">s-resize</a><br/>
            13 <a href="http://">w-resize</a><br/>
            14 <a href="http://">text</a><br/>
            15 <a href="http://">wait</a><br/>
            16 <a href="http://">help</a><br/>
            17 IE6支持的
            18 <a href="http://">pointer</a><br/>
            19 <a href="http://">progress</a><br/>
            20 <a href="http://">not-allowed</a><br/>
            21 <a href="http://">no-drop</a><br/>
            22 <a href="http://">vertical-text</a><br/>
            23 <a href="http://">all-scroll</a><br/>
            24 <a href="http://">col-resize</a><br/>
            25 <a href="http://">row-resize</a><br/>
            26 <a href="http://">自定義鼠標指針(請?zhí)鎿Q成相應的文件):*.cur</a><br/>
            27 <a href="http://">自定義鼠標指針(請?zhí)鎿Q成相應的文件):*.ani</a><br/>
            提示:您可以先修改部分代碼再運行