[CLOSED] Toolbar misaligned

Page 2 of 2 FirstFirst 12
  1. #11
    Please look at the example how to get white toolbar's background.

    Example
    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Ext.Net Example</title>
    
        <style type="text/css">
            .myClass {
                background-image: none;
                background-color: White;
            }
        </style>
    </head>
    <body>
        <form runat="server">
        <ext:ResourceManager runat="server" />
        <ext:FormPanel runat="server">
            <BottomBar>
                <ext:StatusBar runat="server" DefaultText="Hello!" Cls="myClass"/>
            </BottomBar>
        </ext:FormPanel>
        </form>
    </body>
    </html>
  2. #12
    Hi,

    We went away from the initial question of this thread.
    For a future question please create a new thread.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 7
    Last Post: May 25, 2011, 9:35 AM
  2. Replies: 3
    Last Post: Apr 06, 2011, 6:27 PM
  3. Replies: 1
    Last Post: Mar 07, 2011, 9:39 AM
  4. Replies: 0
    Last Post: Feb 01, 2010, 5:44 AM
  5. ComboBox misaligned in Toolbar
    By dbassett74 in forum 1.x Help
    Replies: 1
    Last Post: Jun 05, 2009, 3:59 PM

Posting Permissions