css做导航栏

<title></title>

<style type = "text/css">

*

{

  margin: = 0px;

  padding: = 0px;

  font-family: "字体"

}

#nav-top                    顶部导航

{

  height: px;

  width: px;

  background-color: #111111;

  color: ;

  border-radius: px;

}

li

{

  color: ;

  list-style: none;

  background-color: #111111;

}

.nav-btn

{

  width: px;

  float: left;

  line-height: px;

  text-align: center;

  overflow: hidden;

  border-radius: px;

  max-height: px;

}

li:hover

{

  background-color: #131312;

}

.nav-btn:hover

{

  background-color: #123123;

  cursor: pointer;

  max-height: px;

  transition: s;

}

posted @ 2017-03-27 15:59  繁华似水  阅读(138)  评论(0编辑  收藏  举报