会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Western Journey
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
14
下一页
2014年8月6日
【原生javascript】margin-top实现淘宝首页图片滚动
摘要: Document 1 2 3 4 5 //在此时还少的一个jquery.中的stop(1,1)来...
阅读全文
posted @ 2014-08-06 15:32 Western Journey
阅读(310)
评论(0)
推荐(0)
2014年8月5日
【css】ie6,i7,i8支持css3的方法
摘要: Document源文地址:http://www.zhangxinxu.com/wordpress/?p=783
阅读全文
posted @ 2014-08-05 15:33 Western Journey
阅读(235)
评论(0)
推荐(0)
2014年8月1日
【css】修正ie6下不支持position:fixed
摘要: Document 我是固定 头部 主题内容
阅读全文
posted @ 2014-08-01 17:28 Western Journey
阅读(117)
评论(0)
推荐(0)
【expression】
摘要: expression 和 JS计算模拟 在性能上的问题在于频率,expression在你任何位置任何时候微小的移动都会计算很多次,你可以测试下.... JS只针对在你的使用范围内,所以前端才不建议使用expressionCSS表达式(expression)。你不可以直接使用该表达式,因为它可能会因为...
阅读全文
posted @ 2014-08-01 15:39 Western Journey
阅读(187)
评论(0)
推荐(0)
【css】jquery.pngFix.js解决透明问题
摘要: /** * -------------------------------------------------------------------- * jQuery-Plugin "pngFix" * Version: 1.2, 09.03.2009 * by Andreas Eberhard, ...
阅读全文
posted @ 2014-08-01 11:55 Western Journey
阅读(456)
评论(0)
推荐(0)
2014年7月31日
【css】超级链接点击后出现虚框
摘要: 无标题文档添加图片1 /*针对ie6,ie7*/
阅读全文
posted @ 2014-07-31 14:55 Western Journey
阅读(375)
评论(0)
推荐(0)
2014年7月23日
【css】容器撑满浏览器--- height:100%
摘要: 100% Height CSS100% Height Demo内容内容内容内容此demo可实现container撑满浏览器的高度
阅读全文
posted @ 2014-07-23 11:01 Western Journey
阅读(569)
评论(0)
推荐(0)
2014年7月22日
【实践】js六道有趣的题
摘要: 1.找出数字数组中最大的元素(使用Math.max函数)2.转化一个数字数组为function数组(每个function都弹出相应的数字)3.给object数组进行排序(排序条件是每个元素对象的属性个数)var arr=[{a:1,b:3},{a:2},{a:3,b:4,c:5,d:3},{a:4,...
阅读全文
posted @ 2014-07-22 11:15 Western Journey
阅读(202)
评论(0)
推荐(0)
2014年7月19日
【Canvas】树冠
摘要: JS Bin function darwTrails(){ var canvas = document.getElementById('drawRect'); var context = canvas.getContext('2d'); context.save(); contex...
阅读全文
posted @ 2014-07-19 20:23 Western Journey
阅读(211)
评论(0)
推荐(0)
2014年7月11日
order.js
摘要: $(function(){ serviceHeight(); $('#seconds').hide(); inputFocus(); /*开始接受订单*/$('.btn_order').click(function(){ $('.pause').attr('checke...
阅读全文
posted @ 2014-07-11 21:40 Western Journey
阅读(539)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
14
下一页
公告