Button groups

Use button groups to join multiple buttons together as one composite component. Build them with a series of <a> or <button> elements.

Best practices

We recommend the following guidelines for using button groups and toolbars:

  • Always use the same element in a single button group, <a> or <button>.
  • Don't mix buttons of different colors in the same button group.
  • Use icons in addition to or instead of text, but be sure include alt and title text where appropriate.

Related Button groups with dropdowns (see below) should be called out separately and always include a dropdown caret to indicate intended behavior.

Default example

Here's how the HTML looks for a standard button group built with anchor tag buttons:

<div class="btn-group">
  <button class="btn">1</button>
  <button class="btn">2</button>
  <button class="btn">3</button>
</div>

Toolbar example

Combine sets of <div class="btn-group"> into a <div class="btn-toolbar"> for more complex components.

<div class="btn-toolbar">
  <div class="btn-group">
    ...
  </div>
</div>

Checkbox and radio flavors

Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View the Javascript docs for that.

Get the javascript »

Dropdowns in button groups

Heads up! Buttons with dropdowns must be individually wrapped in their own .btn-group within a .btn-toolbar for proper rendering.


Button dropdowns

Example markup

Similar to a button group, our markup uses regular button markup, but with a handful of additions to refine the style and support Bootstrap's dropdown jQuery plugin.

<div class="btn-group">
  <a class="btn dropdown-toggle" data-toggle="dropdown" href="https://spqo.2504.com.cn/">
    Action
    <span class="caret"></span>
  </a>
  <ul class="dropdown-menu">
    <!-- dropdown menu links -->
  </ul>
</div>

Works with all button sizes

Button dropdowns work at any size. your button sizes to .btn-large, .btn-small, or .btn-mini.

Requires javascript

Button dropdowns require the Bootstrap dropdown plugin to function.

In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.


Split button dropdowns

Overview and examples

Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.

Sizes

Utilize the extra button classes .btn-mini, .btn-small, or .btn-large for sizing.

<div class="btn-group">
  ...
  <ul class="dropdown-menu pull-right">
    <!-- dropdown menu links -->
  </ul>
</div>

Example markup

We expand on the normal button dropdowns to provide a second button action that operates as a separate dropdown trigger.

<div class="btn-group">
  <button class="btn">Action</button>
  <button class="btn dropdown-toggle" data-toggle="dropdown">
    <span class="caret"></span>
  </button>
  <ul class="dropdown-menu">
    <!-- dropdown menu links -->
  </ul>
</div>

Dropup menus

Dropdown menus can also be toggled from the bottom up by adding a single class to the immediate parent of .dropdown-menu. It will flip the direction of the .caret and reposition the menu itself to move from the bottom up instead of top down.

<div class="btn-group dropup">
  <button class="btn">Dropup</button>
  <button class="btn dropdown-toggle" data-toggle="dropdown">
    <span class="caret"></span>
  </button>
  <ul class="dropdown-menu">
    <!-- dropdown menu links -->
  </ul>
</div>




Multicon-page pagination

When to use

Ultra simplistic and minimally styled pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.

Stateful page links

Links are customizable and work in a number of circumstances with the right class. .disabled for unclickable links and .active for current page.

Flexible alignment

Add either of two optional classes to change the alignment of pagination links: .pagination-centered and .pagination-right.

Examples

The default pagination component is flexible and works in a number of variations.

Markup

Wrapped in a <div>, pagination is just a <ul>.

<div class="pagination">
  <ul>
    <li><a href="https://spqo.2504.com.cn/">Prev</a></li>
    <li class="active">
      <a href="https://spqo.2504.com.cn/">1</a>
    </li>
    <li><a href="https://spqo.2504.com.cn/">2</a></li>
    <li><a href="https://spqo.2504.com.cn/">3</a></li>
    <li><a href="https://spqo.2504.com.cn/">4</a></li>
    <li><a href="https://spqo.2504.com.cn/">Next</a></li>
  </ul>
</div>

Pager For quick previous and next links

About pager

The pager component is a set of links for simple pagination implementations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.

Optional disabled state

Pager links also use the general .disabled class from the pagination.

Default example

By default, the pager centers links.

<ul class="pager">
  <li>
    <a href="https://spqo.2504.com.cn/">Previous</a>
  </li>
  <li>
    <a href="https://spqo.2504.com.cn/">Next</a>
  </li>
</ul>

Aligned links

Alternatively, you can align each link to the sides:

<ul class="pager">
  <li class="previous">
    <a href="https://spqo.2504.com.cn/">&larr; Older</a>
  </li>
  <li class="next">
    <a href="https://spqo.2504.com.cn/">Newer &rarr;</a>
  </li>
</ul>

Labels Markup
Default <span class="label">Default</span>
Success <span class="label label-success">Success</span>
Warning <span class="label label-warning">Warning</span>
Important <span class="label label-important">Important</span>
Info <span class="label label-info">Info</span>
Inverse <span class="label label-inverse">Inverse</span>

About

Badges are small, simple components for displaying an indicator or count of some sort. They're commonly found in email clients like Mail.app or on mobile apps for push notifications.

Available classes

Name Example Markup
Default 1 <span class="badge">1</span>
Success 2 <span class="badge badge-success">2</span>
Warning 4 <span class="badge badge-warning">4</span>
Important 6 <span class="badge badge-important">6</span>
Info 8 <span class="badge badge-info">8</span>
Inverse 10 <span class="badge badge-inverse">10</span>

Hero unit

Bootstrap provides a lightweight, flexible component called a hero unit to showcase content on your site. It works well on marketing and content-heavy sites.

Markup

Wrap your content in a div like so:

<div class="hero-unit">
  <h1>Heading</h1>
  <p>Tagline</p>
  <p>
    <a class="btn btn-primary btn-large">
      Learn more
    </a>
  </p>
</div>

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

Learn more


Page header

A simple shell for an h1 to appropriately space out and segment sections of content on a page. It can utilize the h1's default small, element as well most other components (with additional styles).

<div class="page-header">
  <h1>Example page header</h1>
</div>

Default thumbnails

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

Highly customizable

With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.

  • Thumbnail label

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    Action Action

  • Thumbnail label

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    Action Action

Why use thumbnails

Thumbnails (previously .media-grid up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.

Simple, flexible markup

Thumbnail markup is simple—a ul with any number of li elements is all that is required. It's also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.

Uses grid column sizes

Lastly, the thumbnails component uses existing grid system classes—like .span2 or .span3—for control of thumbnail dimensions.

The markup

As mentioned previously, the required markup for thumbnails is light and straightforward. Here's a look at the default setup for linked images:

<ul class="thumbnails">
  <li class="span3">
    <a href="https://spqo.2504.com.cn/" class="thumbnail">
      <img src="http://placehold.it/260x180" alt="">
    </a>
  </li>
  ...
</ul>

For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the <a> for a <div> like so:

<ul class="thumbnails">
  <li class="span3">
    <div class="thumbnail">
      <img src="http://placehold.it/260x180" alt="">
      <h5>Thumbnail label</h5>
      <p>Thumbnail caption right here...</p>
    </div>
  </li>
  ...
</ul>

More examples

Explore all your options with the various grid classes available to you. You can also mix and match different sizes.


Lightweight defaults

Rewritten base class

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outer <div>.

Single alert message

For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to .alert-block.


Goes great with javascript

Bootstrap comes with a great jQuery plugin that supports alert messages, making dismissing them quick and easy.

Get the plugin »

Example alerts

Wrap your message and an optional close icon in a div with simple class.

Warning! Best check yo self, you're not looking too good.
<div class="alert">
  <button class="close" data-dismiss="alert">×</button>
  <strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>

Heads up! iOS devices require an href="https://spqo.2504.com.cn/" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <button> element with the data attribute, which we have opted to do for our docs. When using <button>, you must include type="button" or your forms may not submit.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

Warning!

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

<div class="alert alert-block">
  <a class="close" data-dismiss="alert" href="https://spqo.2504.com.cn/">×</a>
  <h4 class="alert-heading">Warning!</h4>
  Best check yo self, you're not...
</div>

Contextual alternatives Add optional classes to change an alert's connotation

Error or danger

Oh snap! Change a few things up and try submitting again.
<div class="alert alert-error">
  ...
</div>

Success

Well done! You successfully read this important alert message.
<div class="alert alert-success">
  ...
</div>

Information

Heads up! This alert needs your attention, but it's not super important.
<div class="alert alert-info">
  ...
</div>

Examples and markup

Basic

Default progress bar with a vertical gradient.

<div class="progress">
  <div class="bar"
       style="width: 60%;"></div>
</div>

Striped

Uses a gradient to create a striped effect (no IE).

<div class="progress progress-striped">
  <div class="bar"
       style="width: 20%;"></div>
</div>

Animated

Takes the striped example and animates it (no IE).

<div class="progress progress-striped
     active">
  <div class="bar"
       style="width: 40%;"></div>
</div>

Options and browser support

Additional colors

Progress bars use some of the same button and alert classes for consistent styles.

Striped bars

Similar to the solid colors, we have varied striped progress bars.

Behavior

Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.

If you use the .active class, your .progress-striped progress bars will animate the stripes left to right.

Browser support

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.

Opera and IE do not support animations at this time.

Wells

Use the well as a simple effect on an element to give it an inset effect.

Look, I'm in a well!
<div class="well">
  ...
</div>

Close icon

Use the generic close icon for dismissing content like modals and alerts.

<button class="close">&times;</button>

iOS devices require an href="https://spqo.2504.com.cn/" for click events if you rather use an anchor.

<a class="close" href="https://spqo.2504.com.cn/">&times;</a>
四川微信网站建设网络营销优势网络安全主要涉及哪三方面网络与信息安全办公室做网站域名网络与信息安全考核平台营销网络营销第一层是什么意思温州网站制作公司湖南 信息安全公司排名北玄大陆,燕国。 燕皇突发重病生命垂危,众皇子上演夺嫡大戏。 姬兴身为最小十九皇子,本想与世无争却也难免杀身之祸。 当他重新醒来后,被一名老和尚收做弟子,赐名玲珑。 十年修行,终得出师。 此番一别,不知何日归……【无毒+不圣母+不送女】 宁凡穿越仙侠世界,觉醒分身养成系统。 开局创建四大分身。 只要把分身培养成大佬,他就能获得奖励。 分身的实力越强,奖励就越丰厚。 于是... 太上宗:我宗道子先天道体,有大帝之姿。 宁凡:对不起,他是我的分身。 紫斗仙宗:我宗圣子摘草可斩尽日月星辰。 宁凡:对不起,他也是我分身。 合欢宗:我宗圣女总该不是你的分身了吧! 宁凡:对不起,她是… 罗刹魔宗:除了这句你还能说点其他的吗? 宁凡:其实你们宗主… … 异族女帝:人族的大佬都是同一个人?笑死朕了! 宁凡:你笑啥?你刚过门的相公,也是我的分身。 异族女帝:???狗贼,啥也别说了,拔刀吧!吾有一系统,可装逼,可穿越,可获得各种技能: ...... 全校大会,被校长点名批评,指物坠落,喇叭砸在了校长的脑袋上; 校花处处与我作对,我是如何拿下她的; 系统生成一个“屎”空“尿”道的app,这下好玩了,小鬼子乱倒核废水,先用S建立一个岛屿,将污染海域圈起来,随着洋流回给日本,不长记性,那就在全世界直播来一个“天屎降东京”; ...... 凌云飞获得了全宇宙唯一一款装逼系统: 主人:凌云飞 等级:Lv1 祝福:0.1元/装逼每秒 装逼值:50/10000 穿越技能:0秒 ...... 系统生成,开始装逼生涯啦!带着200级三转大法师的记忆,陆阳重生回到了十年前,命运跟他开了一个玩笑,曾经失去过的,被夺走的,他都要重新拿回来。游戏中的赚钱技巧、副本攻略、传奇任务、装备出处、图纸秘方、战斗技巧他全都知道,且看一个重生玩家如何带着兄弟们横扫万国、焚尽天下,开启一段火神的传奇!李长歌穿越了。 开局家徒四壁,一贫如洗。 只有一个相依为命的姐姐。 好在这是一个“小说家”的世界。 在这个世界,只要写小说,便能获得非凡的力量,甚至能够依靠小说成圣! 看着这个世界普遍流传的小说著作,李长歌表示就这啊? 《神雕》出世,“侠之大者,为国为民”被千万人追捧! 《三国》出世,无数谋臣直呼原来计谋还能这样玩?! 《西游》出世,无数人惊叹天庭是不是真的存在! 《水浒》出世,就连皇帝也坐不住了! …… 某一天深夜,李长歌看着身边美貌温婉、娇艳无俦的李采薇,义正辞严的道:“姐姐请自重,我要写小说了!” 苍茫的仙穹下,一个时代的璀璨,不过是弹指间的烟花绽放。 俯瞰大地,悠悠万载,生生灭灭,他们都在哪里?仙门、皇朝、无上圣地,都不过是仙穹下的一抔黄土。 万载辉煌,一灭成灰。 墟土深处生烬萌,你我争为通天树。 仙穹彼岸到底有什么?20年前 ,一次神婆断案彻底改变了我对这个世界的认知 ,也改变了我未来的命运 ,让我彻底走上了研究玄学鬼神的道路。 我的姥姥是神婆 ,我的母亲是神婆 ,我的媳妇儿还是神婆 ,在农村统称为开堂口的 ,我也是远近皆知的命理风水师 。 从刚开始的好奇,到后来的得意 ,再到后来的无言 ,也许我真的找到了玄的终极答案 。世间有魇的存在,魇,幻魇,梦魇,瘆魇,念魇与心魇。 我叫吴妄,是世间为数不多的斩魇人之一 诡异的瘆魇孩童,一场场迷局起伏。 在古老的初生之地,混乱与纷争是永恒的主题,林玖自绝望与光明中降生,一路追寻预言的召唤,血脉深处的呐喊,则昭示其注定成为传奇。 因为系统出现故障,陈己辉没有成功穿越到自己想去的修仙世界,反而来到了万国争霸的世界,成为大炎王朝的皇帝。 从此开始,陈己辉便开始任意妄为。 后宫参政。 重用外戚。 宠信太监。 流放重臣。 陈己辉在努力的做好一个昏君,但是事情却逐渐超过了他的预料。 “恭喜陛下,梁国大军已经溃不成军!” “陛下圣明!国内粮食产量已经翻倍!” “喜讯!刘国请求纳入炎国版图!” 喜欢本书的读者,欢迎加入扣群:二零,二五零,久久七零。
网络安全实验教程(第2版) 网站的域名 网络安全 会议 设计网站app 网店营销培训 贵港网站建设 美国 关键基础设施 网络安全 日照网站建设 网络营销宣传方式有哪些 价格营销策略 灵魂化解的意义【www.richdady.cn】 前世老公的咨询技巧咨询【www.richdady.cn】 孩子学习不好的自我提升【www.richdady.cn】 灵魂化解的方法咨询【www.richdady.cn】 意外的前世修行咨询【www.richdady.cn】 投资项目的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回理论咨询【www.richdady.cn】√转ihbwel 与老公前世的因果关系咨询【企鹅383550880】√转ihbwel 家宅磁场干扰的原因【微:qq383550880 】√转ihbwel 莫名其妙感伤的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 纠纷的法律援助咨询【σσЗ8З55О88О√转ihbwel 家庭关系的和谐之道威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的缘分奇迹【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的梦境解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产对股东的影响咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读计划【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决孩子不爱读书的问题?咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋经验咨询【微:qq383550880 】√转ihbwel 亲子关系的心理调适【企鹅383550880】√转ihbwel 高校网络安全宣传周活动 宁波信息安全 什么是网络营销品牌 第四届网络安全论坛 网络营销组合的类型 万户网站制作 澳洲信息安全公司 什么叫整合营销机构 网络安全风险应对措施 许可营销工具有哪些 信息安全等保标准 网络营销相关资料 2017网络安全 怎样建立自己的个人网站 公司信息安全培训机构 网络安全工程 培训哪里好 美国网络安全攻防 网络安全高级培训 互联网营销可以做什么 国内网络安全公司评价 网络营销第一层是什么意思 信息安全服务提供商 国际网络安全会议 青海做网站公司 网络安全服务. 日照网站建设 网站制作 常见问题 网站怎么吸引人 国家工业信息安全中心 网络安全 会议 网络信息安全组成员 京东网站的营销是什么 网络营销平台建设情况 银川网站建设多少钱 广州营销班 重庆营销策划服务有限公司 青岛商业网站建设 平台信息安全管理办法 网络营销岗位是什么意思济南营销型网站建设 贵港网站建设 资阳建网站 成都建设网站 腾讯营销 商务网站开发 2017中国网络与信息安全大会 广州信息安全集成商 网络安全案例演讲 网站建设公司广告 网站制作公司咨询热线 鹤壁网站优化 中国信息安全问题日益突出的标志是什么 网络营销第一层是什么意思 甄别网络信息维护网络安全 网站制作教程 网络信息安全实验室 中国信息安全问题日益突出的标志是什么 郑州知名网络营销公司 网络营销传播实战策略 网络安全风险应对措施 郑州知名网络营销公司 怎样建设网站 资阳建网站 企业标准型手机网站 上海信息安全技术支持中心有限公司 网站建设公司浩森宇特 网络与信息安全办公室 计算机网络安全资料 东软网络安全产品 网络安全工程 培训哪里好 什么是网络营销品牌 沈阳信息网络安全公司 信息安全公司起名 公安局网络安全部门 网络安全实验教程(第2版) 网络营销中的不足 网络安全监察部门电话 湖南 信息安全公司排名 银行 公众号营销 全网网络营销平台 网络信息安全和信息化领导小组 南通网站建设 国家网络安全宣传资料 公司网站现状 物联网和网络安全 互联网营销可以做什么 思科无线网络安全 企业网站策划书 公司网站现状 网络营销宣传方式有哪些 青岛商业网站建设 网络与信息安全考核 怎样建立自己的个人网站 国内网络安全公司评价 公安局网络安全部门 南宁建企业网站公司 怎样建设网站 重庆营销策划服务有限公司 手机网站布局 价格营销策略 做网站设计服务商 宁波信息安全 营销道理 上海公司做网站 第四届网络安全论坛 网络营销优势 数据及网络安全 万户网站制作 长沙微信营销交流 做一套网站多钱 什么叫整合营销机构 世界网络安全公司50强网站背景 国家工业信息安全中心 许可营销工具有哪些 计算机网络安全实验报告 青海做网站公司 网络营销相关资料 网站的域名 网店营销培训 怎样建立自己的个人网站 2017网络安全 常州网站优化 网络安全工程 培训哪里好 重庆营销策划服务有限公司 怎样建设网站 信息安全等级保护条例 物联网和网络安全 全球信息安全 网店营销培训 沈阳信息网络安全公司 网络信息安全组成员 长沙微信营销交流 网络安全实施计划 网络安全基线扫描 怎样建立自己的个人网站 网络信息安全和信息化领导小组