Bootstrap button drop-down menu example tutorial

零下一度
Release: 2017-07-17 14:30:56
Original
2102 people have browsed it

This chapter will explain how to use the Bootstrap class to add a drop-down menu to a button. To add a drop-down menu to a button, simply place the button and drop-down menu in a .btn-group . You can also useto indicate that the button acts as a drop-down menu.

Previous words

The button-type drop-down menu is basically the same as the drop-down menu in appearance. The difference is that ordinary drop-down menus are block elements, while button drop-down menus are inline-block elements. This article will introduce the Bootstrap button drop-down menu in detail

Overview

The button drop-down menu is actually an ordinary drop-down menu. The only difference is the external container "div.dropdown" Changed to "div.btn-group", the display changed from block to inline-block


Pop up

Some menus need to pop up. For example, the menu is at the bottom of the page, and this menu happens to have a drop-down menu. In order to give users a better experience, the drop-down menu has to pop up. In the Bootstrap framework, a class name "dropup" is specially proposed for this effect. You only need to add this class name to "btn-group"

[Triangle]

 Button The default downward triangle is created by adding a "" tag element to the

Copy after login


Split

The split button drop-down menu is actually an artificial combination of buttons and The triangle is split, leaving only one separate button in the end


##Size

Button drop-down The menu is suitable for buttons of all sizes, including btn-xs, btn-lg, btn-sm, etc. Of course, ordinary drop-down lists also support changing button sizes


Finally

For some extended usage of ordinary drop-down lists, such as dividers, dividers, alignment, menu item status, etc., button drop-down menus also support it. Therefore, I personally feel that it is a bit redundant to set up the button drop-down menu component in bootstrap. It is only the difference between block and inline-block, but there is no functional difference

The above is the detailed content of Bootstrap button drop-down menu example tutorial. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Previous article:Example code sharing for dynamically fixed top of scroll bar Next article:Detailed introduction to Bootstrap button group
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Issues
Related Topics
More>
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!