ul ul ul ul ul { right: 100%; }
Thus, all subnavigations after submenu 4. will be located on the left.
Next step: reset this property after several UL, like this:
ul ul ul ul ul ul ul ul { right: auto; left: 100%; }
Try playing with him.
I never develop such a nested navigation, but this snippet may be useful in other situations.
Hope this helps.
source
share