this website has a very cool responsive menu and I want to use it on my website, anyone now what it is and where do I find it? or I sit a custom designed one and I have no chance?
[edited by: phranque at 2:39 am (utc) on Dec 16, 2013] [edit reason] no urls please [/edit]
By my count* the site has twenty (20) external stylesheets. It's got to be in one of them. But fundamentally what it's doing is changing between {display: inline} or possibly {display: inline-block} (I don't know which is optimal for lists) for wider windows, and {display: list-item} for narrower ones. You also need a <meta name="viewport" etc.; they've got one.