|
仿站长站滑动门导航效果
来源:
互联网
日期:2008-6-18
|
|
|
|
|
我们针对各种网店的需求,提供具有专业针对性的智能网店。集易用性和强大功能为一体,支持静态HTML生成和搜索优化、个性化模版定制、强大的网店管理系统和各种专业网店功能...点此申请
|
|
|
|
|
|
智能建站已经成为企业网站建设的主要方式,建立个性化企业网站是企业品牌形象的体现;具有强大灵活的网站功能、HTML生成、搜索引擎优化,现有简体、繁体、英文、日文等多国语言可选用。赶快申请,立即拥有个性化企业网站... |
|
|
|
|
|
三语易站是国内受众最广泛的傻瓜式自助建站系统。只要会打字就可以建站,支持简繁英三语,简繁自动转换;具有单页、文章、图文、下载等网站内容管理功能,自定义栏目内容设置,管理系统简单易用,适合企业个人自助创建和管理网站...点此申请
|
|
|
|
|
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <!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=gb2312" /> <title>滑动门导航实例</title> <style type="text/css"> body{ margin: 0; padding: 0; background: #fff ; font-family: Verdana, Geneva, Arial; font-size: 12px; color:#000; line-height: 15px; } #navbar{ background: #f6f6f6 ; margin: 6px 0 0 0; width: 770px; color: #626262; height:30px; line-height: 28px; } #navbar ul{ } #navbar li{ float: left; list-style-type: none; height: 28px; line-height: 28px; text-align: center; margin-right: 10px; } #navbar a{ margin: 0px 2px 0 0; padding: 5px 9px 8px 10px; color: #626262; background: inherit; text-decoration: none; } #navbar a:hover{ background-color: #33ADDB; border-top: 1px solid #2491BE; color: #FFFFFF; } #nav{width: 770px; background-color: #33ADDB; height:25px; line-height: 25px; color: Maroon;} #nav a{ margin: 0px 2px 0 0; padding: 5px 9px 5px 10px; color: #fff; text-decoration: none; } #nav a:hover{ text-decoration: underline;} #nav ul{} #nav li{ float:left; list-style-type:none; margin-right:10px;} .hide{ display:none;} </style> <script language="JavaScript" type="text/javascript" > <!-- /* function hideNav(idName) { document.getElementById(idName).className = 'hide'; } function showNav(idName) { document.getElementById(idName).className = 'show'; } */ //--> function showCurrentDiv(num) { var divNum = document.getElementById('nav').getElementsByTagName('div'); for (var i=0;i<divNum.length ;i++ ) { divNum[i].style.display = 'none'; } divNum[num].style.display = 'block'; } </script> </head>
<body> <center> <div id="navbar"> <ul> <li><a href="#"onmousemove="showCurrentDiv(0)" >网站首页</a></li> <li><a href="#"onmousemove="showCurrentDiv(1)">个人求职</a></li> <li><a href="#"onmousemove="showCurrentDiv(2)">企业招聘</a></li> </ul> </div> <div id="nav"> <div class="hide">这是首页</div> <div class="hide"> <ul> <li><a href="#">求职一</a></li> <li><a href="#">求职二</a></li> <li><a href="#">求职三</a></li> </ul> </div> <div class="hide"> <ul> <li><a href="#">招聘一</a></li> <li><a href="#">招聘二</a></li> <li><a href="#">招聘三</a></li> </ul> </div> </div> </center> </body> </html>
精品网站程序下载(草根站长最爱)
QQ2013,QQ2012临时会话插件(全国首发)
711旅游网站管理系统V2013(无功能限制)
711幻灯片管理系统(全国首发) 各类网站程序下载
711企业网站管理系统V2013个人版(无功能限制)
711免费在线客服系统个人版 V2.0
电影小偷采集程序V2013免费下载 点此查看
更多的仿站长站滑动门导航效果请到论坛查看: http://BBS.TC711.COM
【 双击滚屏 】 【 评论 】 【 收藏 】 【 打印 】 【 关闭 】
来源:
互联网
日期:2008-6-18
|
|
|
|
|