[CLOSED] Strange behavior of fieldset

  1. #1

    [CLOSED] Strange behavior of fieldset

    I have two fieldset in my page:

    a) shut down properly (Figure 1)

       <ext:FieldSet ID="FieldSet2" runat="server" Collapsible="true" CollapseMode="Mini"  Layout="form" DefaultAnchor="-20" Title="Persistenze" >
    b) is closed incorrectly (Figure 2)

       <ext:FieldSet ID="FieldSet2" runat="server" Collapsible="true" CollapseMode="Mini"  Layout="form" DefaultAnchor="-20" Title="Persistenze" Cls="mia">
    .mia
    {
       border:1px solid #99bbe8 !important;
    }
    the difference is the style

    that I used to have the colored border

    You can have a colored border and close properly? What is missing in my style?
    Attached Thumbnails Click image for larger version. 

Name:	1.JPG 
Views:	64 
Size:	10.7 KB 
ID:	1754   Click image for larger version. 

Name:	2.JPG 
Views:	77 
Size:	10.7 KB 
ID:	1755  
    Last edited by Daniil; Oct 21, 2010 at 2:21 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use this css rule:

    .mia {
        border-color: #99bbe8;
    }

Similar Threads

  1. [CLOSED] RowExpander strange behavior
    By FAS in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 24, 2012, 7:37 PM
  2. [CLOSED] Htmleditor strange behavior after row collapsed.
    By eaglemobile in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 21, 2011, 12:59 PM
  3. [CLOSED] Strange behavior of default parameters
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 05, 2010, 5:39 PM
  4. [CLOSED] [1.0] Strange behavior - LockingGridView & RowEditor
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 26, 2010, 8:50 PM
  5. [CLOSED] AutoLoad IFrame strange behavior
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: May 20, 2009, 10:20 AM

Posting Permissions