Forum:Hiding stuff in templates
Jump to navigation
Jump to search
Note: This topic has been unedited for 5638 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
I want to hide most of the template and reveal it with a link of some sort. Specifically, this template. Help? 01:50, 15 May 2008 (UTC)
- Er, the best thing I can think of is the Wikipedia Navigation Dropdown Frame thing. Here's the code:
<div class="NavFrame"> <div class="NavHead" style="WHATEVER DIV STYLE OPTIONS YOU WANT">TITLE OF THE BOX</div> <div class="NavContent" style="WHATEVER DIV STYLE OPTIONS YOU WANT; display: none"> TEXT WHICH IS SHOWN AND HIDDEN </div> </div>
- While this doesn't do exactly what you want this is the closest you can get, I think, without asking an admin to add bits of code to various files. With a bit of mangling you can probably get this to do what you want, almost. - 15:33 19 May Sir FSt. (QotF BFF NotM) YTTE
- The keyword being almost. But, this is indeed what I wanted, thanks! 18:06, 19 May 2008 (UTC)