mvandek2
08-04-2009, 02:13 PM
I want to use these classes in the Accordion Glossymenu
toggleclass: ["collapsed", "expanded"]
to control the layout of the collapsed and expanded menu's.
I just want to have different text colours but cannot get this to work with classes like these:
.glossymenu a.expanded{
color: #FF0000;
}
.glossymenu a.collapsed{
color: #00FF00;
}
The first only acts like an "active" tag, so it turns red for a short in stead of remaining red after expanding.
Is this a bug?
toggleclass: ["collapsed", "expanded"]
to control the layout of the collapsed and expanded menu's.
I just want to have different text colours but cannot get this to work with classes like these:
.glossymenu a.expanded{
color: #FF0000;
}
.glossymenu a.collapsed{
color: #00FF00;
}
The first only acts like an "active" tag, so it turns red for a short in stead of remaining red after expanding.
Is this a bug?