Template:W3toc: Difference between revisions
From Indian River Lagoon Project
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
<onlyinclude> | <onlyinclude> | ||
<!-- Container div. MUST SET WIDTH. Float. --> | <!-- Container div. MUST SET WIDTH. Float. --> | ||
<div style="width: | <div style="width:400px;float:left;"> | ||
<!-- Visible Hover Box. Options: position absolute/fixed. Add background color, border to top of outer container. --> | <!-- Visible Hover Box. Options: position absolute/fixed. Add background color, border to top of outer container. --> | ||
<div class="w3-dropdown-hover" style="z-index:100 | <div class="w3-dropdown-hover" style="z-index:100;position:absolute;background:none;border:0px solid #777;width:400px"> | ||
<!-- TEXT BUTTON HERE Set Text align; font attributes, add border & background color for a button. --> | <!-- TEXT BUTTON HERE Set Text align; font attributes, add border & background color for a button. --> | ||
<div style="width:100%;padding:3px;color:#777;border:0px solid #777;text-align:left;font-size:100%;font-weight:normal"><u>Table of Contents</u></div> | <div style="width:100%;padding:3px;color:#777;border:0px solid #777;text-align:left;font-size:100%;font-weight:normal"><u>Table of Contents</u></div> | ||
Line 19: | Line 19: | ||
| position = | | position = | ||
| class = | | class = | ||
| style = | | style = border:1px solid #777;width:400px <!-- Side box Style. MUST SET WIDTH! Optional background color, border --> | ||
| abovestyle = padding:2px;text-align:center;font-size:100%;font-weight:normal<!-- Side box Header Style. Set font atributes --> | | abovestyle = padding:2px;text-align:center;font-size:100%;font-weight:normal<!-- Side box Header Style. Set font atributes --> | ||
| above = {{PAGENAME}} | | above = {{PAGENAME}} |