
I'm hoping this is a simple addition. While testing out the character sheet I've been working on, one of my players suggested including a way to modify rolls and Abilities in the background based an on persistent disadvantage the character possesses. A lot of disadvantages are situational (phobias, for instance, give you a penalty to your fear roll when it applies), but some are persistent (lame reduces your Pace by 1...always). So what I've been thinking about is including an array of checkboxes that correspond to these persistent disadvantages that the player can go through and activate, and the sheet does all the heavy lifting. Thing is, this is going to take up a lot of space when a character will have, at the most, three disadvantages. So what I'd like to do is put them all in a section (a <div>) that I can open and close, kinda like a tab effect. The player could open it up when he/she creates a character, then clos it up and forget about it. I've already tabbed my sheet and don't want to include it in tha array. I want to tuck it away somewhere unobtrusive. I guess, in bad CSS-speak, I'm looking to create a collapsible wrapper that I can drop a 3-column section within. So how would I do that? Does my description make sense? I can whip up a mock up visual aid if its confusing. So far, I haven't seen anything like this on other sheets...though I may have just missed it. Thanks!