[CLOSED] Accordin Active menupanel style

  1. #1

    [CLOSED] Accordin Active menupanel style

    Hi,

    We have accordin layout in our form. User can select panel, it works fine.

    We want to to heighlight selected panel with different color

    We tried following style. for hovering, Hover style works. for Active panel "div.x-accordion-hd-active" does not work.

    div.x-accordion-hd-active {
        color:#fff;
        font-weight:normal;
        background-image:url(../images/yob/panel/light-hd-active.gif);
    }
    
    div.x-accordion-hd {
        color:#fff;
        font-weight:normal;
        background-image: url(../images/yob/panel/light-hd.gif);
    }
    
    div.x-accordion-hd:hover {
        color:#fff;
        font-weight:normal;
        background-image:url(../images/yob/panel/light-hd-ho.gif);
    }
    Please let us know which style we need to modify?

    Thanks & Regards
    YOBNet Team
    Last edited by geoffrey.mcgill; Nov 03, 2010 at 8:42 AM.
  2. #2

    RE: [CLOSED] Accordin Active menupanel style

    Hi,

    1. Active panel


    div.x-accordion-hd{...}

    2. Collapsed panel

    .x-panel-collapsed div.x-accordion-hd{...}

    Please note that hovering doesn't work under IE6 (IE6 ignores ':hover' pseudo rule for none 'a' tags)

Similar Threads

  1. Replies: 0
    Last Post: Mar 12, 2012, 7:26 AM
  2. [CLOSED] Set active tab tabpanel
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 22, 2011, 8:03 AM
  3. [CLOSED] Changing the style of menupanel
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 07, 2010, 11:43 AM
  4. [CLOSED] [1.0] MenuPanel in v0.8.1 vs MenuPanel in v1.0
    By fehmeed.bilgrami in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 29, 2010, 6:17 AM
  5. Replies: 5
    Last Post: Nov 02, 2009, 12:31 PM

Posting Permissions