解决asp.NET MENU控件 在弹窗时由横向变为纵向的问题

    xiaoxiao2021-03-28  45

    解决asp.NET MENU控件 在弹窗时由横向变为纵向的问题

    在site,Master的head中添加

    <style type="text/css">         .menu ul li ul         {             display: none;         }                  .menu ul li         {             position: relative;             float: left;             list-style: none;         }    </style>

    转载请注明原文地址: https://ju.6miu.com/read-664714.html

    最新回复(0)