diff options
| author | Mark Otto <[email protected]> | 2014-03-15 14:39:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-15 14:39:56 -0700 |
| commit | d787cffc5ac990efc5f0763bf32c900d8343b29b (patch) | |
| tree | f00b802efb5a619504bdcfb33b7f9a44fe848d06 /docs | |
| parent | 6d882a64201f2700bbb2c3a7342b4c8e447c694a (diff) | |
| download | bootstrap-d787cffc5ac990efc5f0763bf32c900d8343b29b.tar.xz bootstrap-d787cffc5ac990efc5f0763bf32c900d8343b29b.zip | |
relative not absolute
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index fcfc12a73..8c172b809 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -670,7 +670,7 @@ $('#myDropdown').on('show.bs.dropdown', function () { <h2 id="scrollspy-usage">Usage</h2> <h3>Requires relative positioning</h3> - <p>No matter the implementation method, scrollspy requires the use of <code>position: absolute;</code> on the element you're spying on. In most cases this is the <code><body></code>.</p> + <p>No matter the implementation method, scrollspy requires the use of <code>position: relative;</code> on the element you're spying on. In most cases this is the <code><body></code>.</p> <h3>Via data attributes</h3> <p>To easily add scrollspy behavior to your topbar navigation, add <code>data-spy="scroll"</code> to the element you want to spy on (most typically this would be the <code><body></code>). Then add the <code>data-target</code> attribute with the ID or class of the parent element of any Bootstrap <code>.nav</code> component.</p> |
