Difference between revisions of "Template:Pasteur Paris"

Line 182: Line 182:
 
                     padding-right: 15px;
 
                     padding-right: 15px;
 
                     width: 70%;}
 
                     width: 70%;}
</style>
+
 +
 
 +
 
 +
<script>
 +
 
 +
  $('.dropdown-toggle').mouseover(function() {
 +
 
 +
    $(this).dropdown('toggle');
 +
 
 +
  });
 +
 
 +
</script>
 +
<script>
 +
 
 +
  $('.dropdown-toggle').mouseover(function() {
 +
 
 +
    if( $('.btn-group').hasClass('open') ) $('.btn-group').removeClass('open');
 +
 
 +
    else $(this).dropdown('toggle');
 +
 
 +
  });
 +
 
 +
</script>
 +
</style>
  
  
Line 245: Line 268:
 
         </ul>
 
         </ul>
 
</div><!--fin containernav-bar-->
 
</div><!--fin containernav-bar-->
</div>  
+
</div>
 +
 +
<div class="btn-group">
 +
 
 +
  <button class="btn btn-info dropdown-toggle">Action</button>
 +
 
 +
  <ul class="dropdown-menu">
 +
 
 +
    <li><a href="#">Dompteurs</a></li>
 +
 
 +
    <li><a href="#">Zoos</a></li>
 +
 
 +
    <li><a href="#">Chasseurs</a></li>
 +
 
 +
    <li class="divider"></li>
 +
 
 +
    <li><a href="#">Autres témoignages</a></li>
 +
 
 +
  </ul>
 +
 
 +
</div>
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 +
  
  

Revision as of 10:15, 12 June 2015