Tagged Questions
0
votes
0answers
8 views
Bootstrap Css avoid columns to stack
I am using Bootstrap as CSS framework for my blog http://www.lowcoupling.com
The problem is I can't see how to avoid the two columns of my to scale when reducing the width of the browser/device. I ...
3
votes
1answer
27 views
Understanding the grid classes ( col-sm-# and col-lg-# )
I'm getting started on Bootstrap 3 and I'm having some trouble understanding how the grid classes are meant to be used.
Here's what I've figured out so far:
It appears that the classes col-sm-# and ...
0
votes
1answer
39 views
select part of a jpeg image to display in html
I am quite new to web programming in general and I was wondering how I could show a part of an image on a html page (similar to sprites - i.e without modifying it in photoshop/gimp etc).
So, I have ...
0
votes
2answers
16 views
Bootstrap inline of check box and text
I want to have the view like above.
But i am getting something like below.
I was wondering how i can achieve it using bootstrap.
My html code.
<div class="controle-group">
...
2
votes
1answer
38 views
How compatible are bootstrap 2 plugins with bootstrap 3 markup
I'm about to start a new app using angular and bootstrap. There are angular ports of bootstrap's jquery dependent plugins, but only for v2. Does anyone with experience of bootstrap 2 & 3 know if, ...
0
votes
2answers
23 views
how to change bootstrap scrollspy active link color
I'm using scrollspy with bootstraps nav-pills navbar, and can't seem to change the color of the active links, or the hover color. I've been trying all sorts of combinations and still can't seem to ...
-1
votes
1answer
13 views
Negative Margin in Firefox Using Bootstrap
I am using Twitter Bootstrap plugin, mainly just the grid system currently.
I am trying to put one row on top of another doing some stuff for responsive design.
In Chrome this works perfectly:
...
0
votes
1answer
45 views
Dynamically resize divs in a table using CSS
I've searched through this site and it seems that the best way to resize components dynamically is though CSS "position" and "width/height" parameters.
I have an app which partially looks like so:
...
0
votes
3answers
22 views
dynamically scale number of images per row depending on screen width
I've tried this using a number of different approaches, and each one seems to have some fault.
I need to display a relatively large number of images (approx 50) neatly aligned in rows and columns. ...
0
votes
1answer
28 views
Bootstrap content displaying incorrectly, any insight into what I have done wrong?
I've been trying to get .list-group and .list-group-item to work to make a player list inside a .panel on my Minecraft admin panel, however there always seems to be some mysterious padding between the ...
0
votes
1answer
22 views
twitter bootstrap 3.0 rc1 not using gutters between certain columns
.rounded-box(@border; @radius; @bg-color: transparent; @padding: 5px 10px) {
border:1px solid @border;
.border-top-radius(@radius);
.border-bottom-radius(@radius);
...
0
votes
2answers
31 views
Table with Bootstrap Tabs
I am trying to create a Table that shall contain some columns with basic facts on the left and on the right side there shall be some columns that can be tabbed. Something like this:
So the Question ...
0
votes
2answers
27 views
Bootstrap tabbed navigation
I am using this tabbed menu with twitter bootstrap.
<div class="tabbable"> <!-- Only required for left/right tabs -->
<ul class="nav nav-tabs">
<li class="active"><a ...
0
votes
2answers
22 views
Nested Tabs - Twitter Bootstrap
So I am trying to develop a web page that has some nested tabs
That means I have two tabs and when I press on one of them I will be able to see two tabs.
The first level of tabs is working fine with ...
0
votes
1answer
32 views
Animated Section Indicator using <ul> like twitter bootstrap
I am using twitter bootstrap and has a very long page that I divide into multiple sections.
I'd like to implement a Section Indicator on top left of the screen that always shows where the reader is ...