下拉菜单案例哟

原创 2019-01-21 00:08:59 149
摘要:<!DOCTYPE html><html ><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv=

<!DOCTYPE html>

<html >

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>下拉菜单案例哟</title>

<!-- <link rel="stylesheet" type="text/css" href="dhbj.css"> -->

<style>

*{margin: 0px; padding: 0px;}

a{text-decoration: none; color:#6c6c6c; font-size: 13px; }

li{list-style:none;font-size: 13px;}

.clear{clear:both; }

.header{width: 100%; background-color:#F5F5F5;}

.header_content{ width:1200px ; margin: 0px auto; line-height:40px;}

.header_left{height:40px; float: left;}

.header_left a{margin-right: 5px;}

.header_content a:hover{color: #ff5000;}

.header_right{height:40px; float: right;}

.header_a{display: inline-block; height:40px; text-align:center; width: 90px; position: relative;}

.header_a:hover{background-color:#fff;}

.header_a ul{border: 1px solid#f5f5f5f;display:none; border-top:none;}

.header_a:hover ul{display:block;position:absolute;width: 100px;}

.header_a ul li:hover{background-color:#F5F5F5;}

.header_a ul li{color: #6c6c6c;height:30px;line-height: 30px; text-align:left;padding: 0px 3px;}



</style>

</head>

<body>

<div class="header">

<div class="header_content">

<div class="header_left">

<a href=""class="header_a">中国大陆</a>

<a href=""class="header_a">亲,请登录</a>

<a href=""class="header_a">免费注册</a>

<a href=""class="header_a">手机逛淘宝</a>                  

</div>

<div class="header_right">

<a href="" class="header_a">我的淘宝

<ul>

<li>已买到的宝贝</li>

<li>我的足迹</li>    

</ul>

</a>        

<a href=""class="header_a">购物车</a>

<a href=""class="header_a">收藏夹</a>

<a href=""class="header_a">商品分类</a>

<a href=""class="header_a">卖家中心</a>

<a href=""class="header_a">联系客服</a>

<a href=""class="header_a">网站导航</a>                  

</div>

</div>

<div class="clear"></div>

</div>    

</body>

</html>


批改老师:韦小宝批改时间:2019-01-21 09:11:34
老师总结:写的很不错 前段没有什么太复杂的 一定要好好的练习 这样才能更快的掌握

发布手记

热门词条