返回div导航栏设......登陆

div导航栏设置

Kay2019-05-28 11:26:24418

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8" />

<title>导航小菜单</title>

<link rel="shortcut icon" type="image/x-icon"href="images/favicon.ico">

<style tapy="text/css">


.box1{width:80px;height:20px;background:#ccc;line-height:20px;text-align:center;}

.main{width:80px;height:20px;background:blue;line-height:20px;text-align:center;display:none;}

.box1:hover .main{display:block}

div{width:80px;height:20px;background:#ccc;margin:0px 40px ;float:left}

</style>

</head>

<body>


<div class=box1> 导航1

<div class=main> 菜单</div>

</div>

<div class=box2> 导航2</div>

<div class=box3> 导航3</div>


</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送
  • php.cn