By
Gary on Wed, Dec. 13, 2006 23:00 EST
Here's a weird one: In a multilevel menu (with subitems), if it's used as a normal Tiki menu and not PHP Layers menu (and so the subitems don't show), when an option item follows a subitem, its div class is set as "optionline" rather than "option". I don't know where this comes from. I can't find "optionline" in the Tiki archive other than in a few css files not related to this situation. Where does the CSS class for a menu item type get specified?
Most themes don't style the option divs so the problem may not show up, but for those that do, an "optionline" class should be defined in the CSS to be the same as div class="option". Also this is only a problem for menus for PHP Layers that have multilevel subitems but are used as normal Tiki menus instead/also.