首页
>
教程
>
网页教程
>
网页特效
>
导航菜单
>
平面
标志
VI
画册
包装
海报
版式
时尚
字体
卡片
广告
banner
电商
封面
装帧
地产
经典
文案
理论
论文
环艺
建筑
室内
家装
景观
理论
论文
导视
教程
平面
网页
多媒
印前
网页
网页
UI
酷站
交互
UED
书刊
理论
素材
矢量
标志
PSD
PNG
GIF
其他
壁纸
PS
工业
家具
日用
交通
电子
体育
理论
CG
插画
3D
动漫
征集
平面
工业
UI
环艺
其它
摄影
人像
风光
时尚
生态
建筑
黑白
静物
商业
其他
学堂
器材
艺术
书法
绘画
时装
理论
课堂
文化
名人
大师
公司
访谈
收起
CSS做的水平导航菜单效果
时间:2007-10-15 11:05 来源:设计之家 作者:佚名
<script>startList = function() {if (document.all&&document.getElementById) {navRoot = document.getElementById("nav");for (i=0; i<navRoot.childNodes.length; i++) {node = navRoot.childNodes[i];if (node.nodeName=="SPAN") {node.onmouseover=function() {this.className+=" over";}node.onmouseout=function() {this.className=this.className.replace(" over", "");}}}}}window.onload=startList;</script><style>body {font: normal 11px verdana;}div#nav{border-left: 1px solid #ccc;}span {margin: 0px;padding: 0px;list-style: none;width: 120px; /* Width of Menu Items */position: relative;border: 1px solid #ccc;border-left: 0px;}span div span {border: 1px solid #ccc;border-top: 0px;}span div {position: absolute;left: -1px;top: 24px; /* Set 1px less than menu width */display: none;}/* Styles for Menu Items */div span a {width: 100%;text-decoration: none;color: #777;background: #fff; /* IE6 Bug */padding: 5px;}div span a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */span div span a { padding: 2px 5px; } /* Sub Menu Styles */span:hover div, span.over div { display: inline; } /* The magic */</style><div id="nav"> <span><a href="#">Home</a><div></div></span> <span><a href="#">About</a><div><span><a href="#">History</a></span> <span><a href="#">Team</a></span> <span><a href="#">Offices</a></span></div> </span> <span><a href="#">Services</a><div> <span><a href="#">Web Design</a></span> <span><a href="#">Internet Marketing</a></span> <span><a href="#">Hosting</a></span> <span><a href="#">Domain Names</a></span> <span><a href="#">Broadband</a></span></div></span> <span><a href="#">Contact Us</a><div><span><a href="#">United Kingdom</a></span> <span><a href="#">France</a></span> <span><a href="#">USA</a></span> <span><a href="#">Austraspana</a></span></div></span></div>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
猜你感兴趣
CSS代码:模拟制作techweb网站导
2007-10-18
导航菜单
过渡很平滑的下拉菜单代码
2007-10-15
导航菜单
精选23种CSS导航条
2007-10-15
导航菜单
CSS做的垂直导航菜单效果
2007-10-15
导航菜单
自适应宽度的TAB滑动门标签导
2007-10-25
导航菜单
最新文章
网站导航文字左右切换的特效
2007-11-11
导航菜单
自适应宽度的TAB滑动门标签导航
2007-10-25
导航菜单
CSS代码:模拟制作techweb网站导航
2007-10-18
导航菜单
精选23种CSS导航条
2007-10-15
导航菜单
CSS竖向下拉菜单代码
2007-10-15
导航菜单