Skip to content

Instantly share code, notes, and snippets.

@angrytoast
Created February 19, 2012 22:18
Show Gist options
  • Save angrytoast/1866180 to your computer and use it in GitHub Desktop.
Save angrytoast/1866180 to your computer and use it in GitHub Desktop.
firecat html layout
<div id="firecat">
<div style="text-align:right;" class="ctrl"><b style="display:none;cursor:pointer;" class="show">Show</b><b style="cursor:pointer;" class="hide">Collapse</b></div>
<div id="firecatCon">
<div style="position:absolute;right:10px;width:450px;height:382px;overflow-y:auto;" class="maintxt txt"></div>
<div id="firecatSel"><h5>Selected Terms</h5>
<div class="txt"></div>
<div class="search"></div>
</div>
<div id="firecatResults">
<h5>Suggested Categories</h5>
<div class="txt"></div>
</div>
</div>
<button id="subSelCats" style="position:absolute;bottom:0;left:5px;">Add all selected categories</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment