03 2012 档案
摘要:http://www.cnblogs.com/rt0d/archive/2011/04/17/2018646.html
阅读全文
摘要:<!DOCTYPE HTML><html> <head> <link href="http://a.tbcdn.cn/??tbsp/tbsp.css" rel="stylesheet"> <style type="text/css"> li { width:300px; height:30px; } li.fuck { position:fixed;/*IE6下 fixed定位的结点会阻止他以及他以后的块级...
阅读全文
摘要:http://90-designer.com/demo/share/
阅读全文
摘要:36个精彩的CSS3动画demo演示http://bbs.html5cn.org/thread-2282-1-1.html
阅读全文
摘要:* {margin : 0;padding : 0;list-style : none;text-decoration : none;line-height : 27px;}body {height : 100%;font-family: Helvetica, sans-serif;background : #FFF;font-size: 17px;color : #808080;border-bottom: 17px solid #000;padding: 111px 333px; }#top_navigation {background : transparent;width: 800px
阅读全文
摘要:30个让人兴奋的视差滚动(Parallax Scrolling)效果网站
阅读全文
摘要:<div class="styled-select"> <select> <option>Here is the first option</option> <option>The second option</option> </select></div>.styled-select select { background: transparent; width: 268px; padding: 5px; font-size: 16px; border: 1px solid #
阅读全文
摘要:使用window.setInterval()方法可以以指定的间隔实现循环调用函数,直到使用window.clearInterval()方法取消循环。 使用window.setTimeout()方法可以在指定的间隔时间后调用函数,且仅仅是一次调用,而不会循环,在间隔时间段内可以使用 window.clearTimeout()方法取消调用。(由于window对象是其他大部分对象的共同祖先,在这里window对象可以省略不写,) (1)使用setInterval()和clearInterval()方法实现间隔调用 setInterval()方法可以指定的间隔(以毫秒为单位)运行函数,如果需要停止,.
阅读全文
摘要:<div id="demo" style="overflow:hidden;height:200px;width:170px;background:#214984;color:#ffffff"> <div id="demo1"> <img src="http://www.html5cn.org/temp/logo_b1.png"> <img src="http://www.html5cn.org/temp/logo_b1.png"> <img
阅读全文
摘要:Javascript作用域、闭包原理以及性能问题
阅读全文
摘要:<!DOCTYPE html><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <title>最新javascript自动按比例显示图片,按比例压缩图片显示</title> <script type="text/javascript"> function AutoResizeImage(maxWidth, maxHeight, objImg
阅读全文
摘要:<script>function parseURL(url) { var a = document.createElement('a'); //创建一个链接 a.href = url; return { source: url, protocol: a.protocol.replace(':', ''), host: a.hostname, port: a.port, query: a.search, params: (function () { var ret =...
阅读全文

浙公网安备 33010602011771号