Difference between revisions of "Team:Oxford/Templates/Navi"

Line 1: Line 1:
 +
 
<html>
 
<html>
 
<head>
 
<head>
Line 5: Line 6:
 
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 
   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
 
   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
 +
 
<style type="text/css">
 
<style type="text/css">
 
#sideMenu, #top_title {
 
#sideMenu, #top_title {
 
display: none;
 
display: none;
 
}
 
}
 +
</style>
 
</head>
 
</head>
 
<body>
 
<body>

Revision as of 15:51, 20 July 2016

Dropdown Example


Note: The data-toggle="dropdown" attribute is required regardless of whether you call the dropdown() method.