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中自定義鼠標樣式

        時間:2020-11-10 13:31:21 Web Services 我要投稿

        web中自定義鼠標樣式

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

        web中自定義鼠標樣式

          實現(xiàn)方法:一個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了。

        国产高潮无套免费视频_久久九九兔免费精品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>