I’m trying to figure out how to have a two-column layout, let’s say with a simple set of links on the left, each of which shows different content on the right, with the content on the right being stack-based.
So, the user can click something in the left column, and one set of stacks is displayed on the right, then when (s)he clicks something else on the left column, a different set of stacks is displayed on the right.
I’m thinking it may be possible to have N container-type stacks on the right, and have the links on the left somehow manipulate the ‘hide’ property ? But I don’t know how to go about doing that. Is there a newbie tutorial with something like this that someone might recommend ?