css3动态导航菜单模版特效代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 css3动态导航菜单模版特效代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

css3动态导航菜单模版特效代码

HTML代码(index.html):

<!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" />
<meta name="keywords" content="JS代码,{keyword},JS广告代码,JS特效代码" />
<meta name="description" content="此代码内容为{title},属于站长常用代码" />
<title>{title}</title>
<link href="css/move.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- 代码 开始 -->
	<ul class="list">
		<li>
			<div class="border"></div>
			<span class="icon">Z</span>
			<div class="text">
				<h2><a href="http://www.baidu.com" target="_blank">首页</a></h2>
				<h3>home</h3>
			</div>
		</li>
		<li>
			<div class="border"></div>
			<span class="icon">N</span>
			<div class="text">
				<h2><a href="http://www.baidu.com" target="_blank">联系我们</a></h2>
				<h3>contact us</h3>
			</div>
		</li>
		<li>
			<div class="border"></div>
			<span class="icon">S</span>
			<div class="text">
				<h2><a href="http://www.baidu.com" target="_blank">关于我们</a></h2>
				<h3>about us</h3>
			</div>
		</li>
		<li>
			<div class="border"></div>
			<span class="icon">F</span>
			<div class="text">
				<h2><a href="http://www.baidu.com" target="_blank">包子的博客</a></h2>
				<h3>包子的博客</h3>
			</div>
		</li>
		<li>
			<div class="border"></div>
			<span class="icon">B</span>
			<div class="text">
				<h2><a href="http://www.baidu.com" target="_blank">Html教程</a></h2>
				<h3>Html教程</h3>
			</div>
		</li>
	</ul>
<!-- 代码 结束 -->
</body>
</html>







CSS代码(move.css):

/*reset*/
body,ul,li,h2,h3,div{margin:0;padding:0;border:0;}
body{font-size:12px;font-family:"Microsoft YaHei";}
ul{list-style-type:none;}
a{text-decoration:none;}
body{background:url(../images/beige_paper.png) left top repeat;}
@font-face{font-family:'WebSymbolsRegular';src:url('websymbols.woff');src:url('websymbols.woff') format('woff'),url('websymbols.ttf') format('truetype');font-weight:normal;font-style:normal;}
.list{width:100%;height:auto;margin-top:50px;}
.list li{width:500px;margin:0 auto;height:100px;margin-bottom:10px;background:#FFF;box-shadow:2px 2px 4px rgba(0,0,0,0.2);-webkit-transition:0.3s all ease;-moz-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;transition:0.3s all ease;overflow:hidden;position:relative;}
.list .border{height:100px;position:absolute;left:0;top:0;width:10px;overflow:hidden;opacity:0;background:#F90;-webkit-transition:0.3s all ease;-moz-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;-webkit-transition:.5s left ease;}
.list li:hover{background:#000;box-shadow:2px 2px 4px rgba(0,0,0,0.4);}
.list li:hover .border{opacity:1;left:490px;}
.text h2,.text a{font-family:"Microsoft YaHei";color:#333;text-shadow:1px 2px 4px #999;font-size:30px;font-weight:normal;-webkit-transition:0.3s all ease;-moz-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;}
.text h3{font-family:Verdana;font-size:14px;color:#666;font-weight:normal;-webkit-transition:0.3s all ease;-moz-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;}
.list li:hover h2,.list li:hover a{color:#FFF;font-size:18px;text-shadow:1px 2px 4px #333;}
.list li:hover .text h3{color:#F60;font-size:18px;margin-top:10px;}
.list li .icon{width:90px;height:90px;margin-left:20px;margin-top:5px;margin-right:20px;float:left;font-size:30px;font-family:'WebSymbolsRegular';line-height:90px;text-align:center;-webkit-transition:0.3s all ease;-moz-transition:0.3s all ease;-ms-transition:0.3s all ease;-o-transition:0.3s all ease;text-shadow:0 0 3px #CCCCCC;}
.list li:hover .icon{color:#F90;font-size:50px;}
.list li:hover .text{-webkit-animation-name:shake;-moz-animation-name:shake;}
.text{width:300px;height:auto;float:left;margin-top:24px;height:70px;-webkit-animation:.5s .2s ease both;-moz-animation:1s .2s ease both;}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}
20%,60%{-webkit-transform:translateX(-10px);}
40%,80%{-webkit-transform:translateX(10px);}
}
@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);}
20%,60%{-moz-transform:translateX(-10px);}
40%,80%{-moz-transform:translateX(10px);}
}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
55.33 KB
Html Js 菜单导航特效2
最新结算
HTML5 3D效果网页视频背景代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
软件概要设计说明书Word下载
类型: .docx 金额: CNY 0.38¥ 状态: 待结算 详细>
软件概要设计说明书Word下载
类型: .docx 金额: CNY 3.02¥ 状态: 待结算 详细>
.net c#获取声卡信息,声卡数量
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取声卡信息,声卡数量
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑显示适配器信息
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 3.87¥ 状态: 待结算 详细>
.net c#获取电脑的安装软件列表信息,包含名称和版本号
类型: .rar 金额: CNY 30.96¥ 状态: 待结算 详细>
各执行环节公正透明,帮助企业完成从赛制策划、活动推广、评委评选到版权转让等系列工作,专业、高效、值得信赖。平均每场赛事可征集到数百至数千组源码作品
合作伙伴
联系我们
  • 邮箱:raozetian@hotmail.com
Copyright 2023-2024 eeigg.com·皖ICP备2024038726号-1
打赏文章