纯CSS3制作的Windows 7开始菜单
javascript
python
shell
powershell
python模块
php编程
php实例
asp.net
正则表达式
nginx
apache
linux
linux命令
centos
ubuntu
mysql
sql数据库
css教程
首页
脚本编程
网站编程
数据库
系统管理
服务器管理
网页教程
软件教程
电脑教程
手机教程
工具软件
电子书籍
php实例
shell脚本
jquery选择器
python模拟登录
linux命令
nginx
apache
当前位置:
首页
>
脚本特效
>
菜单导航
> 正文
纯CSS3制作的Windows 7开始菜单
发布时间:2019-12-25
编辑:
脚本学堂
纯CSS3模拟制作的Windows7风格的开始菜单,整体的色彩和图标搭配效果不错。注意要在支持CSS3的浏览器中运行,IE9以下不支持本效果,建议使用火狐或Opera以及Chrome等主流浏览器。
<!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> <title>纯CSS3制作的Windows 7开始菜单</title> <style type="text/css"> body { font-family:Segoe UI, Arial, Sans-Serif; font-size:12px; color:#4b4b4b; background:#fff url() no-repeat scroll center center;} #meta { position:absolute; top:70px; right:20px; } #meta div { padding:20px; color:#000; margin: 0 0 20px; -moz-border-radius:5px;-webkit-border-radius:5px; background:rgba(255,255,255,0.50)} #meta a {color:#005aff;} #meta a img {margin:0 10px 0 0; border:solid 1px #000;} #startmenu { border:solid 1px #102a3e; overflow:visible; display:inline-block; margin:30px 0 0 0; -moz-border-radius:5px;-webkit-border-radius:5px; position:relative; box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; background-color:#619bb9; background: -moz-linear-gradient(top, rgba(50, 123, 165, 0.75), rgba(46, 75, 90, 0.75) 50%, rgba(92, 176, 220, 0.75)); background: -webkit-gradient(linear, center top, center bottom, from(#327aa4),color-stop(45%, #2e4b5a), to(#5cb0dc)); } #programs, #links {float:left; display:block; padding:0; list-style:none;} #programs { background:#fff; border:solid 1px #365167; margin:7px 0 7px 7px; box-shadow: 0 0 1px #fff; -moz-box-shadow: 0 0 1px #fff; -webkit-box-shadow: 0 0 1px #fff; -moz-border-radius:3px;-webkit-border-radius:3px;} #programs a { border:solid 1px transparent; display:block; padding:3px; margin:3px; color:#4b4b4b; text-decoration:none; min-width:220px;} #programs a:hover {border:solid 1px #7da2ce; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; background-color:#cfe3fd; background: -moz-linear-gradient(top, #dcebfd, #c2dcfd); background: -webkit-gradient(linear, center top, center bottom, from(#dcebfd), to(#c2dcfd));} #programs a img {border:0; vertical-align:middle; margin:0 5px 0 0;} #links {margin:7px; margin-top:-30px;} #links li.icon {text-align:center;} #links a {border:solid 1px transparent; display:block; margin:5px 0; position:relative; color:#fff; text-decoration:none; min-width:120px;} #links a:hover {border:solid 1px #000; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow: 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; background-color:#658da0; background: -moz-linear-gradient(center left, rgba(81,115,132,0.55), rgba(121,163,184,0.55) 50%, rgba(81,115,132,0.55)); background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#517384), color-stop(50%, #79a3b8), to(#517384)); } #links a span { padding:5px; display:block; } #links a:hover span { background: -moz-linear-gradient(center top, transparent, transparent 49%, rgba(2,37,58,0.5) 50%, rgba(63,111,135,0.5)); background: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(49%, transparent), color-stop(50%, rgba(2,37,58,0.5)), to(rgba(63,111,135,0.5))); } </style> </head> <body> <div style="width:480px;margin:0 auto"> <div id="startmenu"> <ul id="programs"> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_firefox-32.png" _fcksavedurl="/source/images/201207/tp71303_firefox-32.png" alt="" />Mozilla Firefox</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_chrome.png" _fcksavedurl="/source/images/201207/tp71303_chrome.png" alt="" />Google Chrome</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_safari.png" _fcksavedurl="/source/images/201207/tp71303_safari.png" alt="" />Safari</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_opera.png" _fcksavedurl="/source/images/201207/tp71303_opera.png" alt="" />Opera</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_ie.png" _fcksavedurl="/source/images/201207/tp71303_ie.png" alt="" />Internet Explorer</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_rss_32.png" _fcksavedurl="/source/images/201207/tp71303_rss_32.png" alt="" />RSS Feeds</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_twitter_32.png" _fcksavedurl="/source/images/201207/tp71303_twitter_32.png" alt="" />Twitter</a></li> <li><a href="#" _fcksavedurl="#"><img src="/source/images/201207/tp71303_delicious_32.png" _fcksavedurl="/source/images/201207/tp71303_delicious_32.png" alt="" />Delicious</a></li> </ul> <ul id="links"> <li class="icon"><img src="/source/images/201207/tp71303_folder.png" _fcksavedurl="/source/images/201207/tp71303_folder.png" alt="" /></li> <li><a href="#" _fcksavedurl="#"><span>Documents</span></a></li> <li><a href="#" _fcksavedurl="#"><span>Pictures</span></a></li> <li><a href="#" _fcksavedurl="#"><span>Music</span></a></li> <li><a href="#" _fcksavedurl="#"><span>Computer</span></a></li> <li><a href="#" _fcksavedurl="#"><span>Network</span></a></li> <li><a href="#" _fcksavedurl="#"><span>Connect to</span></a></li> </ul> </div> </div> <div style="width:640px;margin:10px auto 20px auto; padding:0 0 0 380px;overflow:hidden"> <div id="jiathis_style_32x32"> <a class="jiathis_button_qzone"></a> <a class="jiathis_button_tsina"></a> <a class="jiathis_button_tqq"></a> <a class="jiathis_button_renren"></a> <a class="jiathis_button_kaixin001"></a> <a href="#" _fcksavedurl="#" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank"></a> <a class="jiathis_counter_style"></a> </div> </div> </div> </body> </html>
提示:可修改代码后再运行!
上一篇:
使用jQuery制作向下滑动的二级菜单
下一篇:
简单实用的滑动门导航菜单(jquery实现)
与 纯CSS3制作的Windows 7开始菜单 有关的文章
使用jQuery的延时效果实现的下拉列表菜单
CSS与JavaScript共同实现的自定义右键菜单
可伸缩的两级菜单代码-手风琴式菜单
一个网页内多个滑动门和菜单
纯CSS实现的多级半透明菜单
点击向下展开的下拉菜单特效代码
有立体感的竖排菜单
使用jQuery制作向下滑动的二级菜单
大气漂亮的蓝色js+css二级菜单代码,适用于购物网
简单实用的滑动门导航菜单(jquery实现)
大气漂亮的桔黄色js+css二级菜单代码,适用于购物
jQuery产品品牌隐藏与显示,仿淘宝网商品列表的品
本文标题:
纯CSS3制作的Windows 7开始菜单
本页链接:
http://www.jb200.com/tx/9.html
浏览排行
1
jQuery智能顶部滚动条加锚点
2
点击向下展开的下拉菜单特效代码
3
基于jQuery的自定义右键菜单
4
jquery实现的可高亮的横向二级导航菜单
5
可伸缩的两级菜单代码-手风琴式菜单
6
大气漂亮的桔黄色js+css二级菜单代码,适用
7
jQuery产品品牌隐藏与显示,仿淘宝网商品列
8
hover 有延迟显示的TAB效果
9
大气漂亮的蓝色js+css二级菜单代码,适用于
10
简单实用的滑动门导航菜单(jquery实现)
栏目分类
菜单导航
网页布局
背景特效
广告代码
图片特效
CSS相关
日期时间
文本链接
表单及按钮
表格相关
计算转换
其它
栏目导航
脚本
服务器
数据库
python
linux
linux命令
shell脚本
javascript
javascript数组
jquery
jquery选择器
jquery事件
jquery菜单
python列表
python爬虫
python模拟登录
php编程
php教程
php面试题
php随机数
php数组
php分页
php正则
php排序
asp.net
批处理
正则表达式
mysql
mysql分页
mysql存储过程
mysql日志
mysql教程
sql数据库
nginx
apache
手机教程
热点文章
1
可伸缩的超酷导航菜单
2
简洁大方的二级下拉菜单
3
点击向下展开的下拉菜单特效代码
4
鼠标滑过自动显示的多级顶部菜单
5
具有高亮效果的菜单,菜单设计简洁大方
6
有立体感的竖排菜单
7
横向导航菜单的制作实例
8
jquery实现的可高亮的横向二级导航菜单
9
hover 有延迟显示的TAB效果
10
使用jQuery的延时效果实现的下拉列表菜单
关于本站
|
网站地图
|
联系我们
|
免责声明
|
友情链接
鄂ICP备13010364号-22
CopyRight © 2010-2021
脚本学堂
Jb200.com , All Rights Reserved.