HI,
can some body help me
i am getting problem with accordian style

when i apply following code on accordian it shows only size and border
thicnkness not the fill-color,selected fillcolor etc.


//main.css
Accordion
{
   border-style:solid;
   border-thickness:2;
   header-height:37;
   highlight-alphas:0.58, 0.12;
   fill-alphas: 1, 1, 1, 1;
   fill-colors: #333333, #999999, #999999, #ffffff;
   selected-fill-colors:#ffa94e, #f96f00;
   theme-color: #999999;
   background-color: #f2f2f2;
   border-color:#cccccc;
   text-roll-over-color: #666666;
   text-selected-color: #333333;
   drop-shadow-enabled: true;
   shadow-distance: 1;
   shadow-direction: right;
   drop-shadow-color: #666666;
   header-style-name: "myaccordionHeader";

}

.myaccordionHeader
{
   letter-spacing: 0;
   color: #ffffff;
   text-align: left;
   font-size: 12;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to