Hi,
I was having a problem with using separators in the Rational Magic menus. Specifically, if I used a separator as the top item in a drop-down, when I went to a sub-item in that section the separator text was white against a very pale pink. See screenshot:
I made the following addition to the CSS in menus.css, which fixed the problem:
| Code: |
ul#jjSuperfish li.jjNav-child-active span.separator {
color: #222;
}
|
The reason I'm using separators is to have a drop-down category which isn't a link itself. If there's some other menu item type which would accomplish this better, please let me know. Otherwise, if you don't see some glaring flaw with this solution, you may want to think about adding it to the next version of the template.
Best wishes,
Andrea