[OPEN] [#149] Remove border from panel header and body

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#149] Remove border from panel header and body

    I want to remove all borders from a panel with header. I turned off border and bodyBorder but body still have a top border.

    <html>
    <head id="Head1" runat="server">
        <style type="text/css">
            body
            {
                padding: 10px;
            }
            
            .x-panel-header 
            {
                background-color:White !important;
                background-image:none !important;
            }
        </style>
    </head>
    <body>
        <form id="Form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server" ScriptMode="Debug" Theme="Gray"
            DisableViewState="true" />
        <ext:Panel runat="server" Title="Title" Width="500" Height="200" Border="false" BodyBorder="0"
            Collapsible="true" BodyPadding="5">
            <Items>
                <ext:Button runat="server" Text="Content">
                </ext:Button>
            </Items>
        </ext:Panel>
        </form>
    </body>
    </html>
    Last edited by Daniil; Feb 12, 2013 at 5:33 AM. Reason: [OPEN] [#149]

Similar Threads

  1. Replies: 3
    Last Post: Jul 01, 2013, 6:24 AM
  2. Replies: 2
    Last Post: Jan 24, 2013, 5:22 AM
  3. [CLOSED] Panel header and border visibility
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 20, 2011, 11:54 AM
  4. [CLOSED] How to remove the TabPanel header bottom border?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2010, 3:09 PM
  5. Window without border, header, title
    By reinaldo.designerdigital in forum 1.x Help
    Replies: 2
    Last Post: Feb 05, 2009, 9:00 AM

Posting Permissions