I followed the guide here and made some checkboxes that hide/reveal a seperate div chunk. <a href="https://wiki.roll20.net/CSS_Wizardry#Show.2FHide_Areas" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Show.2FHide_Areas</a> It works pretty good, except that from previous troubleshooting and from the guide, it seems that the checkbox needs to be outside the div element that it's changing. The problem with this is I'm having trouble anchoring it to the div element to show up where I want it. I'm trying to essentially have it overlap some blank space within a div "table". Like so.... The problem is that, if I drag out the character sheet or resize it, or even unclick the checkbox, it gets moved around to all sorts of wonky places. One such example... So I'm wondering if there's a way to either 1. Let the checkbox be hidden or something, and have a checkbox that is inside the div element that links to the real checkbox, so it's easier to place. It'd be nice to have the checkbox actually inside a span or div element that is in that grid and row element. 2. Allign things in a better way than I'm doing now, without using the above example. Currently, here's my CSS for the checkbox, and an idea how the divs are layed out. I could try to paste the code for the html and css elements and corresponding divs, but I'm afraid it might be a bit excessively long. Hoping the above screenshot shows the div layout okay. If it would help to show more code, let me know what I should include. It might be worth mentioning that the div html code for those two screenshotted skill tables are repeated. One in a separate tab. One in the main tab. It also seems like the top and bottom margins for each get screwy/change around upon resizing. That may be a separate issue, or perhaps it's related to all this, and I need to post the code for the styling and grid used for those tables and div elements surrounding the checkbox. Thanks!