在Panel里增加背景图是很常见的那么在ext.net中如何实现呢?

  直接上代码如下:

 

    <ext:Panel runat="server" ID="Panel1" BodyStyle="background:url(/Resources/images/Desktop/1.jpg) left bottom repeat-x;">
            <Items>
            </Items>
        </ext:Panel>

相关文章:

  • 2021-09-25
  • 2021-09-05
  • 2021-05-04
  • 2021-11-02
  • 2021-10-28
猜你喜欢
  • 2021-10-15
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-12-14
  • 2021-08-15
相关资源
相似解决方案