HTML5技术

Css3中拖拽效果的实例(带有注释~欢迎指教) - 一混五六年

字号+ 作者:H5之家 来源:H5之家 2017-03-04 10:00 我要评论( )

body { text-align .container { display justify-content .colorBox { width height border margin .showBox { width height border margin .colorBox:nth-child(1) { background-color .colorBox:nth-child(2) { background-color .colorBox:nth-child(3)

body{ text-align .container{ display justify-content .colorBox{ width height border margin .showBox{ width height border margin .colorBox:nth-child(1){ background-color .colorBox:nth-child(2){ background-color .colorBox:nth-child(3){ background-color img{ border margin支持拖拽的元素需要开启拖拽的元素展示框 moveDom ; (e){ //防止浏览器默认行为(W3C) e.preventDefault(); } (){ (moveDom.src){ ; }else{ // 如果src没有值 那么 设置背景颜色 // console.log(moveDom); // console.log(window.getComputedStyle(moveDom).backgroundColor); window.getComputedStyle(moveDom).backgroundColor; } } ); ) { imgs[i].ondragstart = function (){ moveDom = this; } } ); ) { colorBoxs[i].ondragstart = function (){ moveDom = this; } }

 

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • c3和js写的切割轮播图 喜欢宋仲基的妹子汉子们来,观看效果需要引入jQuery^^ - 柿子橙

    c3和js写的切割轮播图 喜欢宋仲基的妹子汉子们来,观看效果需要引入j

    2017-02-26 14:01

  • 立体骰子(css3和js) - 柿子橙

    立体骰子(css3和js) - 柿子橙

    2017-02-26 14:00

  • 10种非常值得收藏的csshover效果 - 张三木

    10种非常值得收藏的csshover效果 - 张三木

    2017-02-16 12:01

  • jQuery + CSS3实现环形进度条 - brightest_star

    jQuery + CSS3实现环形进度条 - brightest_star

    2017-02-09 10:01

网友点评
e