11 2011 档案

纯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)