实现的难点在于:first-child,last-child 两个选择器,以后margin-left:-1px;的应用,33%,34%宽度春末初夏的技巧处理。
另外一个难点是:box-shadow:1px 0 0 #f1f1f1 int; 的实现。
最后是:
复制代码 代码如下:
background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#b6b4b4));background:-moz-linear-gradient(top, #f9f9f9, #b6b4b4);background:-o-linear-gradient(top, #f9f9f9, #b6b4b4);background:linear-gradient(top, #f9f9f9, #b6b4b4);
复制代码 代码如下:
<!doctype html>
<html xmlns=”<a href=”http://www.w3.org/1999/xhtml”&g平庸t;http://www.w3.org/1999/xhtml</a>” xml:lang=”en”>
<head>
<meta http-equiv=”content-type” content=”text/html;chart=utf-8″/>
<title>html5,css3菜单</title>
<style type=”text/css”>抗日小英雄杨来西
.jikey_demo{ width:80%; margin:0 auto; background:#f1f1f1;}
.news_info{margin-bottom:5px;border:1px solid #bbb;border-radius:5px;box-shadow:0 1px 0 #f1f1f1;}
.news_info a{display:inline-block;width:33%;height:26px;font-family:”微软雅黑”;line-height:26px;text-align:center;color:#555;border-right:1px solid #ccc;box-shadow:1px 0 0 #f1f1f1 int;}
.news_info a:first-child{width:33%;box-shadow:none;border-radius:4px 0 0 4px;}
.news_info a:last-child{width:34%;border-right:none;margin-left:-2px;border-radius:0 4px 4px 0;}
.news_info a:hover, .news_info a.current{color:#208edd;background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#b6b4b4));background:-moz-linear-gradient(top, #f9f9f9, #b6b4b4);background:-o-linear-gradient(top, #f9f9f9, #b6b4b4);background:linear-gradient(top, #f9f9f9, #b6b4b4);}
</style>
</head>
<body&洛阳博物馆gt;
<div class=”jikey_demo”>
<nav class=”news_info”><a class=”current” href=”/news/”>新闻1</a><a class=”” href=”/guide/”>新闻2</a><a class=”” href=”/review/”>新闻3</a></nav>
</div>
煎熬圣诞节</body>
</html>
本文发布于:2023-04-06 16:26:28,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/b54c57d61f67e2da37a831989baf4f56.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:html5 css3网站菜单实现代码.doc
本文 PDF 下载地址:html5 css3网站菜单实现代码.pdf
留言与评论(共有 0 条评论) |