问题标签 [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.
html - 引导输入组插件不起作用
我刚刚从引导程序 2.3.2 升级。
我已经复制/粘贴了文档中的示例,但附加组件对其中的角色没有影响。
我正在尝试的代码:
@ 看起来就像没有背景或任何东西的普通 at。
我究竟做错了什么?
twitter-bootstrap - 中心无序列表导航栏 - 引导 3
所以,我试图将我的导航栏列表项居中。由于此任务没有实用功能,因此我设计了以下代码,将无序列表放置在一行中的一列中。但是即使在我尝试使用旧的'text-align:center'居中后,列表仍然向左对齐
css - 如何修复我的 Bootstrap 3 RC1 导航栏 HAML 代码以在窄/移动视图中工作?
我一直在使用以下 HAML 代码生成 Bootstrap 2.xy 导航栏:
在狭窄的浏览器窗口或手机上查看时,导航栏元素堆叠得很好,如屏幕截图所示:
我刚刚尝试将我的项目升级到 Bootstrap 3。我现在将这个 HAML 代码用于导航栏:
但是,导航栏现在不像以前那样工作(见第二个屏幕截图):
如何使用 bootstrap 3 RC1 修复 HAML 代码以恢复旧行为?
twitter-bootstrap - Bootstrap 3 responsive with multiple break points
I'm using latest Bootstrap 3.0 RC1 and trying to build an image overview with responsiveness and multiple break points when the images becomes too small (like seen on Dribbble).
Issues:
- The image scaling only appears when there's two or less on an line (it should work with 3-4 images as well)
- My break lines OR the responsiveness cause different image sizes. I need to make sure that the max img size after breaks is the same as max size when there's 4 on a row. Example when breaking into two or one the images will initially appear much larger than the largest size with 4 in a row.
I hope someone can help me out, I'm a beginner to building responsive stuff..
Best regards
Link to jsfiddle:
http://jsfiddle.net/6dckB/ (your browser must be wide to see the effects)
HTML:
CSS:
css - Twitter 的 Bootstrap 3 网格,更改断点和删除填充
我正在尝试迁移到新的 boostrap 3 网格,但我面临一些困难。
- 如何让网格堆叠在 480px 以下但不在 480px 和 768px 之间?
- 在 768 像素以上,第一个左侧的内边距和最后一个右侧的内边距在容器外,但在 768 像素以下,内边距在容器内,因此外观不同,因为内容不再与可能位于上方的容器对齐。
- 当网格堆叠时,填充仍然存在,但对我来说它应该是 0。
欢迎任何帮助我使用下面的代码和 bootstrap 3 RC1
html - Bootstrap 3表单填写父级
我试图在 Bootstrap 3 中编写一个导航栏,有一个导航栏和一些品牌和其他东西,包括一个搜索表单我希望搜索表单填充导航栏中的额外空间,我该怎么办?
html - 在 Twitter Bootstrap 中为列设置 100% 高度
我是 BootStrap 的新手,所以要学习并理解它。我试图在列网格中实现 100% 的高度,以便它覆盖页面的 100% 高度。现在没有设置高度。当我尝试以像素或 % 指定两列 col-lg-9 和 col-lg-3 的高度时,不会发生任何变化。不知道可能是什么问题。这是我正在使用的基本结构
这是每个项目的css
android - android phonegap 上的 bootstrap 3.0
android phonegap上是否有任何已知的bootstrap 3.0(最新版本)问题。我可以在 Firefox 上很好地看到按钮(并且分辨率与手机上的相同)但是当二进制文件安装在手机上时,按钮不会呈现....
这是一个已知的问题 ?
以下是我的简单模板:
javascript - Twitter Bootstrap 3 中的图片默认没有响应?
看起来在新版本 3.0 中,col-lg-4 col-sm-4 col-4
如果图像是具有相同类名的 div 的一部分,则我必须将图像的类名设置为,以使图像对所有断点做出响应。
在版本 2 中,图像 CSS 属性默认继承父级的 div 属性。
这个对吗?