<!DOCTYPE html>
<html>
<head>
    <title>圆角水平菜单</title>
    <meta charset="utf-8">
    <style type="text/css">
        *{margin: 0;padding: 0;font-size: 14px;}
        ul{list-style: none;height: 50px;border-bottom: 5px solid #F60;padding-left: 30px;}
        li{float: left;margin-top:20px; }
        a{text-decoration: none;display: block;height: 30px;line-height: 30px;width: 120px;background-color: #ccc;margin-bottom: 1px;text-align: center;background: url(http://img.mukewang.com/53846438000168f901200060.jpg);}
        .on,a:hover{color: #fff;background-position: 0 -30px;}
    </style>
</head>
<body>
<ul>
    <li><a class="on" href="#">首页</a></li>
    <li><a href="#">新闻快讯</a></li>
    <li><a href="#">产品展示</a></li>
    <li><a href="#">售后服务</a></li>
    <li><a href="#">联系我们</a></li>
</ul>
</body>
</html>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-07-01
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2022-01-02
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案