国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery實(shí)現(xiàn)邊框動(dòng)態(tài)效果的實(shí)例代碼

2019-11-20 08:54:03
字體:
供稿:網(wǎng)友

話不多說、靜態(tài)效果圖如下

實(shí)代碼如下

<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title></title> <style> .myDiv{  width: 300px;  height: 200px;  border: 1px solid rgba(0,0,0,0.2);  margin: 50px ;  position: relative; } .topLine{  width: 0px;  height: 1px;  background: black;  position:absolute;  left: 0;  top: -1px; } .bottomLine{  width: 0px;  height: 1px;  background: black;  position:absolute;  left: 0;  bottom: -1px; } .leftLine{  width: 1px;  height: 0px;  background: black;  position:absolute;  left: -1;  bottom: -1px; } .rightLine{  width: 1px;  height: 0px;  background: black;  position:absolute;  right: -1px;  top: -1px; } </style></head><body> <div class="myDiv"> <div class="topLine"></div> <div class="rightLine"></div> <div class="bottomLine"></div> <div class="leftLine"></div> </div> <div class="myDiv"> <div class="topLine"></div> <div class="rightLine"></div> <div class="bottomLine"></div> <div class="leftLine"></div> </div> <script type="text/javascript" src='http://libs.baidu.com/jquery/2.0.0/jquery.js'></script> <script> $(function(){  $(".myDiv").mouseover(function(){  $(this).find(".topLine,.bottomLine").stop().animate({"width":"300px"});  $(this).find(".rightLine,.leftLine").stop().animate({"height":"200px"});     })  $(".myDiv").mouseout(function(){  $(this).find(".topLine,.bottomLine").stop().animate({"width":"0px"});  $(this).find(".rightLine,.leftLine").stop().animate({"height":"0px"});  }) }) </script></body></html>

總結(jié)

以上就是這篇文章的全部內(nèi)容了,剛興趣的朋友們可以自己動(dòng)手操作下看看動(dòng)態(tài)效果,真的非常不錯(cuò),希望對大家的學(xué)習(xí)或者工作能有一定的幫助。如果有疑問大家可以留言交流,小編會(huì)盡快給大家回復(fù)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 扬中市| 永年县| 苏尼特右旗| 蕲春县| 晋江市| 阿拉尔市| 五峰| 绥宁县| 西宁市| 青阳县| 桑植县| 岳池县| 河南省| 绥滨县| 方正县| 金平| 赫章县| 霍山县| 铜川市| 康平县| 陆川县| 龙胜| 石柱| 东宁县| 西峡县| 福海县| 万山特区| 黑龙江省| 哈密市| 灵丘县| 彭泽县| 绥化市| 镇坪县| 沙田区| 巴南区| 彰化市| 宁陕县| 南丹县| 中西区| 天气| 大洼县|