问题标签 [twitter-bootstrap-3]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2336 浏览

css - 如何更改 Bootstrap 3 中导航栏的颜色?

Bootstrap 3 还没有自定义选项。

轮播模板的导航栏颜色为黑色。我想将其更改为#4169E1. 我已经有一个custom.css链接在参考下方的bootstrap.css文件。我会放什么custom.css来改变导航栏的颜色?

0 投票
1 回答
119836 浏览

css - 如何将 Bootstrap 3 的字形图标更改为白色?

我的页面中有字形图标,但它们是黑色的。如何将字形设置为白色?

0 投票
3 回答
6133 浏览

html - 我如何移动一个
  • 向右?
  • 我在 a 中有一些东西<ul>,但我需要最后一个一直向右。我怎么把它放在那里?(我需要下拉菜单向右移动。)

    0 投票
    2 回答
    33290 浏览

    html - 引导程序 3:缺少排水沟

    刚开始使用 bootstrap 3,我无法在列之间使用排水沟。

    我创建了最基本的代码来测试:

    结果只是一个大的绿色/蓝色框,两列之间没有任何排水沟。我也在一个没有运气的小提琴上试过它http://jsfiddle.net/Tgkkb/ 我错过了什么?

    0 投票
    7 回答
    78878 浏览

    twitter-bootstrap - Bootstrap 3 中响应式导航栏的问题

    我对 Bootstrap 最新版本中的响应式导航栏没有任何问题,但我无法让版本 3 工作。切换按钮正确显示,一切都消失了,但品牌,但按钮不响应点击。(http://getbootstrap.com/components/#navbar-responsive)任何帮助将不胜感激!这是到目前为止的代码:

    0 投票
    1 回答
    5271 浏览

    jquery - 使用 Jquery 过滤引导框架中的 div

    编辑以获取更多详细信息:

    我正在使用 twitter 引导框架设计一个网站。我想用jquery过滤掉几个div,所以我在网上做了一个研究,这就是我得到的。

    首先是过滤器按钮列表(在 div 内),并带有一些 css 样式的 ul 列表。

    然后是几个嵌套的div

    然后是 Jquery

    不知何故,这些按钮都不适合我,如果有人可以在这里帮我告诉我我错过了什么,那将非常有帮助!

    谢谢

    0 投票
    5 回答
    14980 浏览

    css - Bootstrap 3-修复侧边栏布局问题

    我是 bootstrap 的新手,我正在设计一个管理面板,这里是 DEMO

    我想让侧边栏高度同样取决于正确的内容 div。.ie(侧边栏背景颜色为灰色)。

    Html Markup :( 也想知道我的html结构是否正确)

    预期输出: 在此处输入图像描述

    0 投票
    1 回答
    1561 浏览

    css - twitter bootstrap 版本 3.0 rc1 NameError: .make-column 未定义

    我正在使用 twitter bootstrap v 3.0 RC1,并在保存 less 文件时安装了 node 和 npm 以将 less 编译为 css。

    我将 bootstrap.css 文件包含在我的 html 头中,当我保存 bootstrap.less 时,它会像您期望的那样将其编译成 css。

    我在 bootstrap/less 目录中创建了另一个 .less 文件(theme.less) theme.less 文件:

    我认为它是未定义的,因为 theme.less 不知道 .make-column 混合是什么,我是新手,所以我想弄清楚如何正确地做到这一点,谢谢

    0 投票
    1 回答
    1628 浏览

    javascript - Bootstrap 3 radio button correct syntax

    So I have been in the process of migrating my current project from Bootstrap 2.3 to Bootstrap 3 which has had some major structural changes particularly to due with radio buttons. Currently I have

    HTML:

    Script Code:

    My problem lies in that I have setup my program that each of the different radio buttons must access a different function to display table data. The .on('click') function returns nothing. I've also tried $('input[name=options]') but the active attribute isn't set for any of the radio buttons on the returned piece of HTML . What would be the correct structure for this ?

    0 投票
    3 回答
    1997 浏览

    css - 如何让图片出现在页面的固定位置

    想让图像文件出现在页面的固定位置。

    编写了以下代码:

    但是,图像会随着窗口大小的调整而变长并改变比例。有没有更好的方法让图像显示在固定位置并随着窗口调整大小而不扭曲?