Is it possible to add block if:selected to submenu? I want to have select class on second ul element, which is outside block LIST, so it doesn't work.
I have it like this ul li ul li. If i add selected block to li it works, since it's both li elements are inside LIST block. But when i add it to ul, it doesn't work.
I want to show only selected subs and hide others. Like, ul li ul li {display:none} Ul li ul li .selected {display:block}