Questions tagged as 'twitter-bootstrap'

3
answers

Dropdown-menu Bootstrap with PHP

I'm trying to send a data to a PHP page with AJAX, but I can not figure out how to make it work, I'll explain what I have so far! The dropdown menu has the following code: <div class="btn-group"> <button class="btn btn-danger btn-...
asked by 31.01.2015 / 04:16
1
answer

How to clear ProgressBar without using effect?

I'm making a lot of imports, and when I upload a new file I need to zero the progress, so I can set the width to 0px , but it will reset with an effect I would not want to use. Example: var progressBar = $(".progress-bar");...
asked by 22.01.2016 / 19:45
1
answer

Problem DropDown bootstrap menu

I have my dropdown menu But I always have to give 2 clicks to open the menu, I would like the first click to open it ... Would it be possible to have it without the element <a ? this is my code: <div class="navbar navbar-...
asked by 13.08.2014 / 22:04
1
answer

Error with border radius Chrome

I have the following structure using bootstrap and fontawesome .social-rodape{ margin-top: 35px; } .social-rodape ul li a { padding: 10px 12px; border-width: 0; color: #37a8ab; font-size: 30px; } .social-roda...
asked by 07.01.2015 / 17:43
1
answer

Twitter Bootstrap: Set specific CSS rule for different sizes

I would like to know how to declare a value to a CSS property according to the browser's resolution in Bootstrap. Example: I want a border to appear only on smartphones or very small resolutions (col-xs). Does bootstrap provide an easy way to...
asked by 17.12.2014 / 05:18
1
answer

How to use responsive Bootstrap system

I would like to know how I use only the responsive design part of Bootstrap and if possible give me some tips on how to apply it in HTML code.     
asked by 15.04.2015 / 19:57
2
answers

Load Bootstrap Carousel

I'm developing a portal, with Bootstrap (3.1). For this I put a carousel equal to the bootstrap on HEADER of the page and the content just below that carousel. This is where the problem occurs, when loading the page, as the images have...
asked by 13.02.2014 / 14:22
1
answer

Position arrow from a dropdown menu correctly

I added an arrow to my Bootstrap 3 dropdown menus, but I'm having trouble positioning the arrow correctly below dropdown-toggle , below is a demo image: On the left is my current scenario, with the badly positioned arrow ( right:...
asked by 08.03.2015 / 05:46
1
answer

Open pop-up (Bootstrap) by clicking the checkbox

I have a table, where the user selects the months that have already been checked. To perform this check, all you have to do is checkbox . However, I have a new demand, that when the user clicks the checkbox , a screen appears for it,...
asked by 13.05.2015 / 19:40
1
answer

Bootstrap nav-tab event run on server side c #

I'm using the following code to use tabs in my Asp.Net application, is there any way to add an event so that when I change tab I run some server-side event equal to the TabContainer event of ajaxcontroltoolkit? ( link ) I'm not using TabConta...
asked by 22.03.2016 / 21:09