gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
927 stars 217 forks source link

Tocify and Bootstrap #32

Closed marcuscarey closed 11 years ago

marcuscarey commented 11 years ago

Why doesn't Tocify stay its assigned div? When I do the following it floats instead of staying in the div.

<div class="container">
  <div class="row">
    <div class="span3">
      <div id="toc"></div>
    </div>
    <div class="span9">
    </div>
  </div>
</div>
gfranko commented 11 years ago

Tocify stays in its assigned div, but it has a few default CSS properties that move it to the right. Feel free to adjust jquery.tocify.css to fit your needs.