Hi all!
New to webflow and this board… but I was wondering how to recreate a kind of dynamic drop down list from this website: Architecture - Columbia GSAPP
…the nav bar on the left, where clicking on a piece of text drops or folds down another set of options. I want to do this in my own site within a section!
You don’t. Seriously, you don’t ツ I know it can be hard to process, but copying html+css from a site to another is not an obvious thing. What to do with class names conflicts? etc…
So you can look how it’s made and redo it in your own project.
There’s a world of difference. Flash compiles, HTML is interpreted.
There’s a limit to “if it works then it’s ok”. HTML/CSS code needs to be thought in advance to be sustainable, maintanable. It’s “easy” to thing of a system that adds unique IDS to classes so there are no conflict. But first, you say goodbye to any optimization, and what happens when you copy a bunch of things that are a mix between original and pasted, to paste it again on another site, and then another site? Append the classes again, then again, then again? It may seem to be feasible but you would’nt want to be the developer responsible of this.