摘要: 鼠标拖拽与置顶 *{margin: 0;padding: 0;} /*拖拽*/ #div1{width: 100px; height: 100px; background-color: red; position: absolute; ... 阅读全文
posted @ 2017-10-19 16:49 Alde-baran 阅读(362) 评论(0) 推荐(0)
摘要: <!--判断浏览器ie 9以下的版本执行这个代码--> <!--[if lt IE 9]> <script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://cd 阅读全文
posted @ 2017-10-19 16:42 Alde-baran 阅读(9112) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>幽灵按钮</title> 6 <link rel="stylesheet" type="text/css" href="css/幽灵按钮.c 阅读全文
posted @ 2017-02-15 19:02 Alde-baran 阅读(305) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-12-02 19:25 Alde-baran 阅读(131) 评论(0) 推荐(0)
摘要: parseInt()方法首先查看位置0处的 字符,判断它是否是个有效数字;如果不是,该方法将返回NaN,不再继续执行其他操作。但如果该字符是有效数字,该方法将查看位置1处的字符,进行同样的 测试。这一过程将持续到发现非有效数字的字符为止,此时parseInt()将把该字符之前的字符串转换成数字。例如 阅读全文
posted @ 2016-11-09 10:59 Alde-baran 阅读(544) 评论(0) 推荐(0)
摘要: 飞翔的小鸟 --> 121 12 阅读全文
posted @ 2016-11-05 17:39 Alde-baran 阅读(1004) 评论(0) 推荐(0)
摘要: /*! jQuery v1.12.4 | (c) jQuery Foundation | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.expo 阅读全文
posted @ 2016-11-05 17:25 Alde-baran 阅读(530) 评论(0) 推荐(0)