随笔分类 -  javascript

纯CSS菜单效果。
摘要:CSS文件:View Code <style> * { margin:0; padding:0; border:0; } body { margin:0; padding:0; border:0; } #nav { background:#666; line-height:24px; list-style-type:none; } #... 阅读全文

posted @ 2011-11-14 15:35 天宇凌空 阅读(169) 评论(0) 推荐(0)

仿jquery的slideup,slidedown效果
摘要:View Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; ch 阅读全文

posted @ 2011-11-11 10:49 天宇凌空 阅读(386) 评论(0) 推荐(0)

兼容IE和FF的图片轮换,滤镜效果,纯js
摘要:<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>广告代码演示</title><style type="text/css">img {border:0px;}.col1{background-image:url(images/whitebg.jpg);background-repeat:no-repeat; float:right; widt 阅读全文

posted @ 2011-10-28 13:36 天宇凌空 阅读(461) 评论(0) 推荐(0)