Tagged Questions
0
votes
1answer
20 views
How to create an image button in a form in twitter boostrap?
Currently, I've images such as this:
<img src="xyz.jpg" width="80" height="80" id = "wp" alt="wp">
<img src = "abc.jpg" width="80" id = "tm" height="80" alt="tm">
and then ...
2
votes
1answer
27 views
How do I extend my sidebar the full height of the page?
<div id="wrapper" class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="span2 sidebar">sidebar</div>
...
0
votes
4answers
26 views
Override Font-Awesome Icon with Bootstrap's Icon
How would I override the font-awesome "icon-user" icon with the bootstrap one?
This is my header:
<head>
<meta charset="utf-8">
<title>Blah Blah Blah</title>
<link ...
0
votes
1answer
19 views
Broken BootStrap Template MVC
I have tried to build a MVC master template and sub pages based on bootstrap.
Somehow I have managed to break it and I cannot work out what has happened.
My test site is at ...
0
votes
0answers
25 views
How to make twitter bootstrap's top level navbar links, linkable and trigger drop down?
My website's main navigation has dropdowns for each main menu item. The main menu items are also linked to individuals pages. I'm looking to convert the menu into a responsive one and think bootstrap ...
0
votes
2answers
24 views
Strech an Image out of the Grid
I am using bootstrap and i have an image which i want to strech out side the box. as shown below.
What i have got
Link: http://goo.gl/zn7zI
How can i stretch the image across the full width ? ...
0
votes
1answer
25 views
twitter bootstrap - getting a badge beside a list item
I am needing help using twitters bootstrap. (http://twitter.github.io/bootstrap/index.html)
I am using a list
<li>
With a badge I want displayed beside the list items text, problem is it ...
0
votes
1answer
30 views
How to overlap columns using twitter bootstrap?
I want to create a 3 columns composition:
col1 (span 3) - col2 (span 8) - col3 (span 3)
Col2 must be overlap by col1 and col3 in one column on each side, and they must be in the same row. What is ...
0
votes
1answer
29 views
Bootstrap: numbers from ordered list disapear when using media object
I'm using bootstrap to create a website. I'm trying to create an ordered list that consists of media objects for each item. When I do this, the numbers disappear when viewing on a tablet. However the ...
1
vote
1answer
55 views
What is Causing Spacing? [closed]
I've just updated Twitter Bootstrap on a website I'm developing and it broke the layout in a number of places.
One of these places just has me stumped. The page in question can be seen at ...
1
vote
1answer
39 views
Bootstrap - Responsive Navbar collapse not working properly
I have 2 navbars, A and B, originally, when you shrink the browser to max-width: 767px B sets on top of A, I needed A on top of B, this was answer in my previous question, I choose the css answer but ...
2
votes
1answer
40 views
How to dynamically resize text within a span?
I'm using twitter-bootstrap and I'm trying to fit text (with a big font-size) contained in a span4.
I'm trying to change the size of the text to fits in the span correctly. In the next fiddle you'll ...
0
votes
0answers
32 views
How to make a column stretch to fill container div (while being responsive)
I'm using Twitter Bootstrap (latest version - 2.3.2) for a site I'm building, and want to achieve the following while keeping the site responsive, and also applying best practices for it.
Here's a ...
0
votes
1answer
24 views
Not able to make html elements visible using Jquery in twitter Boostrap
I had made the input text button invisible using:
#blog_name {
display: none;
visibility: hidden;
}
And my jquery:
$('img#wp').click(function() {
$('input#blog_name').show(); //show
});
0
votes
1answer
26 views
Twitter Bootstrap layout width hidden element
I'm working on an aspnet application and twitter bootstrap.
I have a situation where i need to hide a span based on a variable witch I can do correctly. The problem is that the hidden span keeps the ...
2
votes
1answer
37 views
Twitter Bootstrap 100% height accordion “jump”
I'm trying to implement a 100% height accordion using the Twitter Bootstrap collapse component, exactly as described in this question.
I'm manually setting the heights of the .accordion-inner ...
1
vote
1answer
22 views
Css is not applied when YII_DEBUG is set to false
I have a website made using Yii plus YiiBooster. When I am in DEBUG mode there is no problem - all styles loads and applys properly. When I set YII_DEBUG to false in index.php file - css files are ...
0
votes
1answer
26 views
Twitter Bootstrap's responsive design
On my phone, the text in my hero unit here doesn't fit well. I want it to wrap or shrink or something. Any suggestions with details on implementation? Thanks.
0
votes
2answers
25 views
What better way to put color schemes on HTML page?
I want to add various color schemes on the same CSS file (red, yellow, etc) and would like to know how best to apply on the HTML file (one at a time).
The color scheme affects various elements of the ...
0
votes
1answer
37 views
How to move spans with an animation?
I'm using twitter-bootstrap framework and I have two span4 centered using offset class.
What I'm trying to do is doing an animation removing the offset class and pulling the spans to the right to put ...
0
votes
1answer
29 views
bootstrap - gutterless span, responsive
fiends. I am stucked in bootstrap grid.
As we know bootstap adds some margin to its .span *, so, I need to remove that margin for showing multiple span without adding any row.
I have generated my ...
0
votes
2answers
32 views
How to put a vertical separator in the middle of span4?
I'm using twitter-bootstrap framework and I'm trying to put a vertical separator between three span4.
So I coded this
To see the result is more clear if you enter here
CSS
.span4 {
...
-1
votes
2answers
49 views
Media Query VS Twitter Bootstrap
I use media query to develop responsive websites but one of my friend told twitter-bootstrap is better and I must learn it. Can you kindly give me some light, whether I should learn twitter-bootstrap ...
1
vote
1answer
73 views
How do I position divs into 3 columns, reposition into 2 when on narrow screen
Yes, I do realise the title of this question is poor. Feel free to improve it.
I'm trying to build CSS for a page which has the following requirements.
There are six 'boxes'.
Each pair of boxes has ...
-1
votes
2answers
29 views
Bootstrap collapse js file giving error
I have the following test code:
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ti Productions</title>
<meta name="viewport" ...
2
votes
1answer
41 views
Turn off responsive for small resolution devices
How to turn off responsive design for small resolution devices? Responsive looks terrible when trying to access with phone. More at screenshots.
Phone
Desktop
1
vote
0answers
16 views
How can I manage classes like “row” and “span(X)” of Twitter Bootstrap to work on @media print?
I need to print web pages in my website and I'm wondering how to make row and spanX classes of Bootstrap work so I can easily manage the content of the printed page.
For example:
<div ...
0
votes
1answer
19 views
Fixed the position for popover content
I have a button and popover content. What I want to do is to keep the button fixed but at the same time keeping the popover content position fixed as well, but am not sure how to do it.
Here is the ...
0
votes
2answers
73 views
How to move a navbar with Bootstrap?
I have two navbar containers on my page.
Originally, navbar1 stays on top of navbar2, but after I shrink the page and the responsive style come to have effect, I need navbar2 to be on top of nabvar1
...
-2
votes
2answers
58 views
Put image istead of radio [closed]
How can I use an image instead of radio button via Bootstrap or user some other plugins.
Is it possible to style it via css or does Bootstrap do something similar?
-1
votes
1answer
31 views
How to overlay/embed bootstrap button on image?
I have been searching the web but can't find the answer. Is it possible to overlay or embed a bootstrap button over/in an image? If so, how?
I have a image that I want to overlay a bootstrap ...
0
votes
1answer
46 views
How to use Font Awesome classes on arbitrary tags?
I want, very strongly, to avoid littering my markup with non-sematic <i> tags and am attempting to use the icon-* CSS classes on other elements, such has headers, the primary use case.
I have ...
0
votes
1answer
20 views
Bootstrap using fluid grid vs standard grid
I have a basic Bootstrap question regarding the grid system. When you use the standard grid and apply the container class your container width ends up being 940px by default. If I want my container to ...
0
votes
1answer
25 views
Change navbar height
I'm currently using the gae boilerplate for my application.
I want to change the size of the navbar component but I don't find the attribute to do it.
I have already searched the responses from others ...
0
votes
1answer
22 views
Can't get Bootstrap ToolTip working on column which has Popover assigned at row level
I am using DataTables to display data and on every row, I am adding some data so that whenever user hover over a particular row, he gets a popover with extra data like
<tr id="123" class="Search ...
0
votes
1answer
30 views
Floating inline with a display: block element
I'm trying to float a div to the right of a bootstrap class (accordion-toggle), but the class has display: block; set, which is why I presume I am having trouble & it won't float inline.
Can ...
0
votes
1answer
15 views
Overriding the underline from a bootstrap accordion's header
I am playing with the Bootstrap accordion & can't seem to be able to remove the underline/border which is displayed when the heading is open.
The accordion-heading style doesn't seem to specify a ...
0
votes
0answers
37 views
My CSS won't register when I publish to the server
I'm using the Twitter bootstrap CSS and it works fine in VS. This is how I'm currently trying it:
<link rel="stylesheet" type="text/css" href="../content/bootstrap.css">
<link ...
1
vote
1answer
24 views
Image after Nav List that is using affix in Bootstrap
I am trying to affix an image to the bottom of a nav list and have it stay there when the page scrolls.
This is what I am wanting:
This is what I am getting when the affix kicks in:
I need ...
3
votes
3answers
62 views
Small Caps doesn't work with Twitter Bootstrap on Chrome
I have this very simple markup
<h1>
<a href="#">
My Title
</a>
</h1>
and this CSS
h1 {
font-variant: small-caps;
}
Here it is rendered on a jsfiddle.
...
0
votes
3answers
47 views
Bootstrap website banner distortion on window resize
Using a bootstrap website creator, jetstrap, I created a simple website with a banner image stretching the size of the window. The problem is the image stretched has a logo on it, and on resizing the ...
0
votes
1answer
35 views
Bootstrap affixed sidebar blocking text
I am using bootstrap to make a page with an affixed sidebar. When I adjust the screen size to a phone, the sidebar does two things:
It blocks text behind it (or the text doesn't move under the ...
0
votes
1answer
22 views
How do you make CMS users' uploaded images responsive? (set max-width for all images?)
In a given CMS users upload images. To prevent them from breaking pages I use css to specify the max image widths for different parts of the site.
Consider the following scenario.
<div class='a' ...
-3
votes
1answer
40 views
Auto width drop down menu conbine with input text
I have an input text combined with a drop down menu of Bootstrap. I used input-prepend as the following code:
<div class="input-prepend">
<div class="btn-group">
<button ...
1
vote
1answer
44 views
How to stop grid from collapsing in on itself when browser window is resized?
I'm creating a website to showcase some of my work and I've run into a problem with the grid collapsing when I resize the browser window to a smaller size.
I'm still very much a noob at coding since ...
0
votes
0answers
15 views
Editing button styles in Telerik with Bootstrap
I am not a aspx coder but trying to style a button on an aspx page which uses Telerik with Bootstrap.
So, the code goes like this,
<telerik:RadButton CssClass="btn btn-primary" ID="rbtnGiris" ...
-1
votes
0answers
35 views
Opera browser is not showing proper design when the display resolution is 800x600
I am checking my website in all resolution(1366x768, 1280x720, 1024x768, 800x600) in four browsers(Mozilla Firefox, Opera, Google Chrome and IE9).
I have 8 divs inside one main div.(Assume as columns, ...
1
vote
2answers
41 views
Bootstrap Scrollspy not working with AJAX loaded menu
I have a submenu that gets loaded via ajax. I'm trying to use Bootstraps scrollspy to highlight the submenu based on where the user is on the current page. However it doesn't work with my sub-menu. I ...
0
votes
1answer
30 views
Making Hero Unit in Bootstrap match my needs
I am using Twitter Bootstrap, I am trying to make the Hero Unit the full height of the page and then they can click a button and it scrolls down further. I also want some text to display in the Hero ...
0
votes
1answer
46 views
Table auto-scroll with min height
I'm using Twitter Bootstrap and I have a pretty annoying problem.
I have a table (call F) with a row and two cells, in the first cell I have another table (called T) and in the second cell some ...





