Questions tagged as 'twitter-bootstrap'

2
answers

Datapicker in Portuguese

I need to put a datapicker on a page, the same should be in Portuguese and in "dd / mm / yyyy" format. <div class="form-group col-md-2"> <input type='text' class='form-control datepicker' name="datefilter" id='data' placeholder='...
asked by 11.12.2016 / 16:55
1
answer

search box within a select with database search

put <select class="form-control"> <option value="" selected></option> <option><input type="text" class="form-control" placeholder="Procurar dentro do banco de dados" name="pesquisa" id="pesquisa"></op...
asked by 06.01.2017 / 01:55
1
answer

HTML 5 Bootstrap System Grid

I need to do with the grid system if possible the image example: Intheexampleabove,Ineedonlytheformatting,whereeacheventisa'div'withadynamicsize,andtheonewithalowglueonthetopasshownintheexample.Itriedtousethecodebelowtogetasintheexample,butw...
asked by 27.12.2016 / 00:44
1
answer

Dropdown open

I would like to know if there is any property so I can leave an open dropdown on the page load, only closing if the user clicks the tab. Note: I'm using bootstrap. <li> <a href="javascript:;" data-toggle="collapse" data-target...
asked by 31.10.2016 / 00:05
1
answer

How to make the iCloud dynamic background effect?

How can I make the login screen effect with the background like iCloud when does the browser size change? If you repair the obfuscated objects change position depending on the size of the browser. In the first image are 2 rows of object...
asked by 21.06.2016 / 17:27
2
answers

How to use the bootstrap for websites with a larger layout?

Well, I've always developed websites with bootstrap and never modified the default container size that is 1170px because there was never a need. I now have a 1900 wide layout. I also always use the sequence col-md-12 col-sm-12 col-xs-12 W...
asked by 02.06.2016 / 15:28
1
answer

How to open submenu just by going over the menu?

I have the following Menu in css: <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="scroll <? if(!$this->uri->segment(1)) echo "active"; ?>"><a href="<?...
asked by 07.06.2016 / 13:10
1
answer

Difficulty Menu image Bootstrap

I think that doubt is simple, but I have a difficulty. I am creating a menu of images, using BootStrap, and it is working correctly. The problem is, how do I when clicking on one of the thumbnail images appears as the main image? The work don...
asked by 26.03.2016 / 02:00
1
answer

How to put a dropdown menu on a navigation bar using bootstrap?

I understand very little of css and am having difficulty putting a dropdown menu in the navigation bar of a page. I have several links in this navigation bar and needed to open a menu with a list of other options when clicking on an item....
asked by 10.07.2016 / 21:54
2
answers

Keep only one open panel in Accordion Bootstrap3

Hello, I would like help writing a .JS code to repair this error in the Bootstrap3 accordion. Hide the open panel when another is clicked. I'm currently getting more than one open panel, when the correct one would be just one. code follows...
asked by 14.03.2016 / 15:22