摘要: <!doctype html><html><head><meta charset="utf-8"><title>无标题文档</title></head><style> *{ margin: 0; padding: 0; } body,html{ width: 100%; height: 100%; 阅读全文
posted @ 2017-03-10 11:03 张正-博客园 阅读(111) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> Function.prototype.extend = funct 阅读全文
posted @ 2017-03-10 10:59 张正-博客园 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> #box{width: 100px;height: 100px; border: 2px solid #abcdef 阅读全文
posted @ 2017-03-10 10:56 张正-博客园 阅读(139) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> document.onmouseover = function() 阅读全文
posted @ 2017-03-10 10:54 张正-博客园 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 将一张照片分成24个小块,切换时让24个小块不同时间分别消失,粉碎机的效果 阅读全文
posted @ 2017-03-10 10:52 张正-博客园 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } #top{ width: 100px; height: 阅读全文
posted @ 2017-03-10 10:49 张正-博客园 阅读(109) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> img{ display: block; } #menu{ width:32px; 阅读全文
posted @ 2017-03-10 10:47 张正-博客园 阅读(223) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{margin: 0;padding: 0;} #box{position: relative;width: 阅读全文
posted @ 2017-03-10 10:39 张正-博客园 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 面试常问问题 阅读全文
posted @ 2017-03-10 10:38 张正-博客园 阅读(93) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script type="text/javascript"> var arr = [2,5,8,9,100,51,52] ale 阅读全文
posted @ 2017-03-10 10:38 张正-博客园 阅读(369) 评论(0) 推荐(0) 编辑