1. Breadcrumbs shown below title. Hovering over a crumb displays a clickable button style behind it.
2. Clicking the disclosure icon next to a crumb expands a multi-column list of what should be siblings to the current node or leaf. I think this one shows children though.
This looks like a super powerful menu system. As you said, when dealing with such a deep site, this really seems to do the job. And it's so clean - with so much info! 10/10 ;)
Advertisement
I hate the scrollbar that appears as the menu drops down. Everything shifts to the left when the scrollbar comes in.
I would make the scrollbar appear on all pages with some css.
Seems like a minimum height would do that. I agree it's a little odd seeing it come and go, but it doesn't bother me.
Actually just found this CSS overflow trick that I hadn't thought of:
html { overflow-y:scroll; }






Comments