随笔分类 -  dhtml

可拖动,ModalPopup
摘要:/// Type.registerNamespace("DDT"); DDT.Loading = function(element) { DDT.Loading.initializeBase(this, [element]); this.ClassName=""; } DDT.Loading.prototype = { initialize: function() ... 阅读全文

posted @ 2008-03-18 16:16 jueban's space 阅读(626) 评论(0) 推荐(0)

新封装的仿kijiji的城市菜单
摘要:/// Type.registerNamespace("DDT"); DDT.CityButton = function(element) { DDT.CityButton.initializeBase(this, [element]); this.cityDiv; } DDT.CityButton.prototype = { initialize: functio... 阅读全文

posted @ 2008-03-13 17:01 jueban's space 阅读(248) 评论(0) 推荐(0)

转贴 lightbox
摘要:出处 : http://www.linstyle.cn/website/lightbox-slimbox-lytebox-litebox/ 关于lightbox,第一次看到他是在一个设计师的博客里,窗口黯淡下来,图片缓缓的打开,美丽的效果让我为之震撼!于是,追寻这它;而自蓝色理想有人汉化lightbox使用方法之后,这两年来已经是广为人知。 我因为之前曾长期追寻lightbox,收集到了多种lig... 阅读全文

posted @ 2007-12-12 15:09 jueban's space 阅读(457) 评论(1) 推荐(0)

动态生成iframe
摘要:window.onload=function(){ var iframe = document.createElement("iframe"); iframe.id = "ID_Iframe"; iframe.src = "about:blank"; document.body.appendChild(iframe); ... 阅读全文

posted @ 2007-11-12 22:56 jueban's space 阅读(1018) 评论(2) 推荐(0)

asp.net在ie7中使用FileUpload上传前预览图片
摘要:因为安全性问题,IE7禁用了image控件引用本地图片,为了这个问题郁闷了好几天,终于找到了解决方案,好东西要与大家分享,代码如下: 此段代码放于 ....之间 内的代码 阅读全文

posted @ 2007-11-01 18:32 jueban's space 阅读(238) 评论(0) 推荐(0)

纯CSS Lightbox效果
摘要:纯CSS Lightbox效果 This is the main content. To display a lightbox click here This is the lightbox content. Close 阅读全文

posted @ 2007-11-01 18:29 jueban's space 阅读(479) 评论(1) 推荐(0)

javascript一个超COOL的模拟虚拟键盘--各大银行有用
摘要:softkeyboard:code by meixx 阅读全文

posted @ 2007-10-22 14:24 jueban's space 阅读(1075) 评论(0) 推荐(0)

通用的加入收藏夹代码支持IE Firefox
摘要:把Web之路加入收藏 阅读全文

posted @ 2007-10-22 14:21 jueban's space 阅读(305) 评论(0) 推荐(0)

QQ空间的图片切换效果(图片左边点击向上,图片右边点击向下)
摘要:http://www.cnblogs.com/Files/jueban/QQ(1).rar QQ空间的图片切换效果(图片左边点击向上,图片右边点击向下) 自己看看! 阅读全文

posted @ 2007-10-22 14:14 jueban's space 阅读(538) 评论(1) 推荐(0)

导航