1. 新建 Web窗体: CollapsiblePanel.aspx , 添加一个 ScriptManager 控件,一个 CollapsiblePanel 控件(设置  TargetControlID 为: Panel1)
2. 插入一个 一行一列 的表格.(添加 >
        .style1
        {
            width: 300px;
            float: left;
            border
-color: #c0c0c0;
            border
-width: 0;
            background
-color: #0000FF;
            cursor: pointer;
        }
    
</style>

        
<table id="table1" cellpadding="0" cellspacing="0" class="style1">
            
<tr>
                
<td>
                    
&nbsp;</td>
            
</tr>
        
</table>

相关文章:

  • 2021-12-07
  • 2021-11-07
  • 2021-06-14
  • 2021-11-09
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-02-03
  • 2022-12-23
  • 2021-11-26
  • 2021-11-02
  • 2021-12-26
相关资源
相似解决方案