zoukankan      html  css  js  c++  java
  • Ext.Net:Panel增加背景图

         

       在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>

  • 相关阅读:
    Lua中的closure、泛型for
    Lua多重继承
    (转)C++ new详解
    C++重载操作符学习
    Lua中使用继承来组装新的环境
    DOS:变量嵌套和命令嵌套
    C++中成员的私有性
    ManualResetEvent 类
    在IIS中部署和注册WCF服务
    ArcGIS Server 10 地图缓存新特性
  • 原文地址:https://www.cnblogs.com/spring_wang/p/3083346.html
Copyright © 2011-2022 走看看