dropdown button
-
Nice plugin. I’d like to make your button display dropdown menu. I made a button myself but I like your CSS better.
self made button:
<div class="btn-group"> <button type="button" data-toggle="dropdown" class="btn btn-success dropdown-toggle">Lae ülesse</button> <ul class="dropdown-menu"> <li><a href="#">Anekdoot</a></li> <li><a href="#">Pilt</a></li> <li><a href="#">Video</a></li> </ul> </div> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
Thank you so much and merry xmas
https://www.ads-software.com/plugins/maxbuttons/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘dropdown button’ is closed to new replies.