<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>ul动作描述</title>
    </head>
    <script type="text/javascript" src="js/jquery.min.js" ></script>
    <style type="text/css">
        #factorytypeSet li{
            width: 150px;
            float: left;
    
            list-style: none;
            
        }
        .tabbar_item{
            text-decoration: none;
        }
        .onclickonLine{
            text-decoration: underline;
            
        }

    </style>
ul 实现简单菜单功能
    <body>
    <ul id="factorytypeSet">
        <li><a href="#" class="tabbar_item">1222</a></li>
        <li><a href="#" class="tabbar_item">222</a></li>
        <li><a href="#" class="tabbar_item">333</a></li>
        <li><a href="#" class="tabbar_item">4444</a></li>
        <li><a href="#" class="tabbar_item">5555</a></li>
        <li><a href="#" class="tabbar_item">66666</a></li>
    </ul>
        
    </body>
</html>

相关文章:

  • 2021-10-31
  • 2021-08-17
  • 2021-10-18
  • 2022-12-23
  • 2021-08-23
  • 2021-06-01
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2021-07-31
  • 2022-12-23
  • 2021-06-27
  • 2021-05-21
  • 2021-10-26
  • 2022-12-23
  • 2021-09-10
相关资源
相似解决方案