09 2012 档案
鼠标滑过出现气泡提示框
摘要:<script type="text/javascript">function enableTooltips(id) { var links,i,h; if (!document.getElementById || !document.getElementsByTagName) return; h = document.createElement("span"); h.id = "btc"; h.setAttribute("id", "btc"); h.style.position 阅读全文
posted @ 2012-09-21 08:55 FreeSpider 阅读(3176) 评论(0) 推荐(0)
鼠标滑过右侧显示菜单
摘要:<!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; charset=utf- 阅读全文
posted @ 2012-09-19 18:20 FreeSpider 阅读(6160) 评论(1) 推荐(1)
tab切换
摘要:<!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; charset=utf- 阅读全文
posted @ 2012-09-19 18:19 FreeSpider 阅读(1073) 评论(0) 推荐(0)