From: Chris Rebert Date: Sat, 27 Sep 2014 01:27:14 +0000 (-0700) Subject: Port #14654 over to hosted docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55455720b261fae211fb4a29cf1b1fbd8405305b;p=thirdparty%2Fbootstrap.git Port #14654 over to hosted docs --- diff --git a/javascript/index.html b/javascript/index.html index 4be25fbc96..227515b8a3 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -726,6 +726,11 @@

Usage

+
+

Requires Bootstrap nav

+

Scrollspy currently requires the use of a Bootstrap nav component for proper highlighting of active links.

+
+

Requires relative positioning

No matter the implementation method, scrollspy requires the use of position: relative; on the element you're spying on. In most cases this is the <body>.