1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. web中自定義鼠標樣式

        時間:2024-05-28 12:17:17 Web Services 我要投稿
        • 相關推薦

        web中自定義鼠標樣式

          最近寫項目需要實現一個功能:鼠標移動到一個圖片左邊顯示左箭頭,移動到右邊顯示右箭頭。

        web中自定義鼠標樣式

          實現方法:一個img上面定位兩個div,div的樣式如下:

          .toleft

          {

          width: 200px;

          height: 300px;

          position: absolute;

          left: 0px;

          top: 0px;

          cursor: url(../images/test/cursor_left.cur), default;

          }

          .toright

          {

          width: 200px;

          height: 300px;

          position: absolute;

          left: 200px;

          top: 0px;

          cursor: url(../images/test/cursor_right.cur), default;

          }

          其他瀏覽器還好,可就是ie里面不行。

          后來試了幾種方法:

          1.給 img 加 z-idnex:1 ; 給 div 加 z-index:2 //不行

          2.把 div 的 position:absolute 去掉,加上float:left; //不行

          無奈,后來給 div 加了個background-color:#fff; 嘿,居然可以了。

          最后再把div的透明度設為0就ok了。

        【web中自定義鼠標樣式】相關文章:

        Web服務中的異常處理09-17

        CAD中自定義填充圖案的方法07-12

        Excel中自定義填充序列的正確使用方法11-18

        Web Workers加速移動Web應用07-01

        調酒有哪些樣式-調酒樣式03-20

        手指鼠標是什么01-14

        鼠標失靈的解決辦法09-29

        實現鼠標畫圖的Java程序06-22

        電腦開機黑屏只有鼠標08-24

        鼠標輸入法介紹10-23

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>