Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <body data-spy="scroll" data-target="#navId"> | |
− | <body data-spy="scroll" data-target="#navId" | + | <div class="container-fluid"> |
− | + | <div class="row"> | |
− | + | <div class="col-sm-3 col-4" id="navId"> | |
− | + | <ul class="nav nav-pills flex-column" style="position:fixed"> | |
− | + | <li class="nav-item"> | |
− | + | <a class="nav-link active" href="#section1">Section 1</a> | |
− | + | </li> | |
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="#section2">Section 2</a> | ||
+ | </li> | ||
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="#section3">Section 3</a> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#">Section 4</a> | ||
+ | <div class="dropdown-menu"> | ||
+ | <a class="dropdown-item" href="#section41">Link 1</a> | ||
+ | <a class="dropdown-item" href="#section42">Link 2</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
− | + | <div class="col-sm-9 col-8"> | |
− | <div class=" | + | <div id="section1" class="bg-success"> |
− | < | + | <h1>Section 1</h1> |
− | + | <p>Try to scroll this section and look at the navigation list while scrolling!</p> | |
− | + | </div> | |
− | + | <div id="section2" class="bg-warning"> | |
− | < | + | <h1>Section 2</h1> |
− | + | <p>Try to scroll this section and look at the navigation list while scrolling!</p> | |
− | + | </div> | |
− | < | + | <div id="section3" class="bg-secondary"> |
− | + | <h1>Section 3</h1> | |
− | + | <p>Try to scroll this section and look at the navigation list while scrolling!</p> | |
− | + | </div> | |
− | + | <div id="section41" class="bg-danger"> | |
− | + | <h1>Section 4-1</h1> | |
− | + | <p>Try to scroll this section and look at the navigation list while scrolling!</p> | |
− | + | </div> | |
− | + | <div id="section42" class="bg-info"> | |
− | + | <h1>Section 4-2</h1> | |
− | + | <p>Try to scroll this section and look at the navigation list while scrolling!</p> | |
− | + | ||
− | </ | + | |
− | < | + | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | < | + | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
− | + | <!--Optional JavaScript --> | |
− | < | + | <!-- jQuery first, then Popper.js, then Bootstrap JS --> |
− | + | ||
− | <!-- jQuery | + | |
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
crossorigin="anonymous"></script> | crossorigin="anonymous"></script> | ||
− | + | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" | |
− | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14. | + | |
crossorigin="anonymous"></script> | crossorigin="anonymous"></script> | ||
− | + | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" | |
− | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1. | + | |
crossorigin="anonymous"></script> | crossorigin="anonymous"></script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 08:05, 14 October 2018
Section 1
Try to scroll this section and look at the navigation list while scrolling!
Section 2
Try to scroll this section and look at the navigation list while scrolling!
Section 3
Try to scroll this section and look at the navigation list while scrolling!
Section 4-1
Try to scroll this section and look at the navigation list while scrolling!
Section 4-2
Try to scroll this section and look at the navigation list while scrolling!