使用CSS3创建动态菜单效果
程序员文章站
2022-04-19 15:19:37
这篇文章主要介绍了使用CSS3创建动态菜单效果,可以先看文中开头demo演示的效果,需要的朋友可以参考下... 15-07-10...
该教程,我们将讨论css3的一些新功能和新特性,并教你在不使用图片和javascript的情况下,如何制作酷炫的圆形导航菜单。该实例将用到css3的新特性: border-radius和animation。
第一步:编辑菜单的html代码
菜单包含三个列表项,分别取名为“menu1”、“menu2”、“menu3”。
xml/html code复制内容到剪贴板
- <div class="css3menus">
- <ul>
- <li>menu1</li>
- <li>menu2</li>
- <li>menu3</li>
- </ul>
- </div>
第二步:设置菜单的背景
在该步骤中,我们将把导航的背景设置为黑色。宽度、高度和内边距为可选项,可以不设置。
css code复制内容到剪贴板
- .<span style="width: auto; height: auto; float: none;" id="4_nwp"><a style="text-decoration: none;" mpid="4" target="_blank" href="http://cpro.baidu.com/cpro/ui/uijs.php?adclass=0&app_id=0&c=news&cf=1001&ch=0&di=128&fv=0&is_app=0&jk=e2fbae28688be8a0&k=css3&k0=css3&kdi0=0&luki=10&n=10&p=baidu&q=06011078_cpr&rb=0&rs=1&seller_id=1&sid=a0e88b6828aefbe2&ssp2=1&stid=0&t=tpclicked3_hc&tu=u1922429&u=http%3a%2f%2fwww%2eadmin10000%2ecom%2fdocument%2f2453%2ehtml&urlid=0" id="4_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">css3</span></a></span>menus {
- background: #14080a;
- width:506px;
- height:260px;
- padding:20px;
- }
如下图:
第三步:利用border-radius,制作圆形导航。
该步中,我们会利用css3的一些酷的功能,尤其是border-radius ,将每个列表项的背景设置为黄色,形状为圆形。
css code复制内容到剪贴板
- ul {
- list-style: none;
- }
- li {
- float:left;
- font: 14px/10px arial, verdana, sans-serif;
- color:#fff;
- background-color:#cccc00;
- width: 80px;
- height: 80px;
- padding:20px;
- margin:0 30px 0 0;
- -webkit-border-radius: 60px;
- -moz-border-radius: 60px;
- border-radius: 60px;
- }
菜单看起来呈下面样子:
第四步:设置菜单的对齐方式
本步骤中,我们将为每个列表项设置特定的背景颜色与位置:
css code复制内容到剪贴板
- li#menu1 {
- background-color: #00ffcc;
- }
- li#menu2 {
- background-color: #cc9900;
- margin-top:100px;
- }
- li#menu3 {
- background-color: #33ff66;
- margin-top:50px;
- }
现在菜单看起来呈下面样子:
第五步:设置菜单中链接的对齐方式
css code复制内容到剪贴板
- li a {
- color:#fff;
- text-decoration:none;
- display:<span style="width: auto; height: auto; float: none;" id="2_nwp"><a style="text-decoration: none;" mpid="2" target="_blank" href="http://cpro.baidu.com/cpro/ui/uijs.php?adclass=0&app_id=0&c=news&cf=1001&ch=0&di=128&fv=0&is_app=0&jk=e2fbae28688be8a0&k=block&k0=block&kdi0=0&luki=7&n=10&p=baidu&q=06011078_cpr&rb=0&rs=1&seller_id=1&sid=a0e88b6828aefbe2&ssp2=1&stid=0&t=tpclicked3_hc&tu=u1922429&u=http%3a%2f%2fwww%2eadmin10000%2ecom%2fdocument%2f2453%2ehtml&urlid=0" id="2_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">block</span></a></span>;
- width: 80px;
- height: 45px; text-align: center;
- padding:35px 0 0 0;
- margin:0 40px 0 0;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- li#menu1 a {
- background-color: #ff0000;
- }
- li#menu2 a {
- background-color: #660033;
- }
- li#menu3 a {
- background-color: #66cccc;
- }
菜单现阶段的样子:
第六步:定义另一种效果,当鼠标悬浮在链接上时进行展现
css code复制内容到剪贴板
- li a:hover,
- li a:focus,
- li a:active {
- width: 120px;
- height:65px;
- padding:55px 0 0 0;
- margin:-20px 0 0 -20px;
- -webkit-border-radius: 60px;
- -moz-border-radius: 60px;
- border-radius: 60px;
- }
菜单样式如图:
第七步:最后为导航增加动画效果
css code复制内容到剪贴板
- li a:hover,
- li a:focus,
- li a:active {
- -webkit-animation-name:bounce;
- -webkit-animation-duration:1s;
- -webkit-animation-iteration-count:4;
- -webkit-animation-direction:alternate;
- }
- @-webkit-keyframes bounce{<span style="width: auto; height: auto; float: none;" id="1_nwp"><a style="text-decoration: none;" mpid="1" target="_blank" href="http://cpro.baidu.com/cpro/ui/uijs.php?adclass=0&app_id=0&c=news&cf=1001&ch=0&di=128&fv=0&is_app=0&jk=e2fbae28688be8a0&k=from&k0=from&kdi0=0&luki=2&n=10&p=baidu&q=06011078_cpr&rb=0&rs=1&seller_id=1&sid=a0e88b6828aefbe2&ssp2=1&stid=0&t=tpclicked3_hc&tu=u1922429&u=http%3a%2f%2fwww%2eadmin10000%2ecom%2fdocument%2f2453%2ehtml&urlid=0" id="1_nwl"><span style="color:#0000ff;font-size:14px;width:auto;height:auto;float:none;">from</span></a></span>{margin:0 40px 0 0;}
- to{margin:120px 40px 0 0;}
- }
菜单所产生的动画效果:
结论
通过上面教程,你已经学到如何制作酷的动画菜单。在制作过程中不需要使用javascript和图片,只需要使用css3的一些酷的特性即可。该菜单可以完美地运行于chrome和safari浏览器。在firefox浏览器中,无法看到动画效果。
上一篇: CSS3中box-shadow的用法介绍
下一篇: Oracle换库及备份库步骤教程