Questions tagged as 'twitter-bootstrap'

1
answer

Check start and end date and insert text between them!

Good morning, I have a "ready" code where the user must register an event that will later be shown in a calendar, well the first part is ready and the second is giving me problems, I would like to do a check of the start date and end date and en...
asked by 16.06.2016 / 14:53
1
answer

How to center an image using bootstrap on NavBar bootstrap?

I have a big doubt on the bootstrap, I created a Navbar using the default bootstrap classes .... the problem is that I can not centralize a logo in the center of the navbar, it works only from left to right. of a solution that is standard bootst...
asked by 17.06.2016 / 06:37
1
answer

Vertical dropdown menu - Bootstrap

I'm making a page where it has a dropdown menu and each menu item changes the contents of the div on the left. My problem is that when I click on this menu and it shows its submenu, it should throw the "Equipment Calibration" and "Job Security"...
asked by 27.02.2016 / 05:13
1
answer

How do I remove the square when I click on the icon?

I am testing the navbar bootstrap and, as I do not know much about styles, I do not know how to solve. When I click on the icon a dotted frame appears outside the outline of the image as below: Iknowthisisrelatedtothestyleofthepage,butIdonot...
asked by 20.02.2016 / 15:46
1
answer

Dropdown menu does not fit the screen

I have a dropdown button that serves as the site menu, but it is in the right corner of the site and ends up leaving the screen, follow the problem: Iwantittostayinsidethescreenwithoutcreatingahorizontalscrollbarbecauseofthemenu.Thesiteisres...
asked by 30.12.2015 / 11:57
1
answer

Navbar is changed with scrolling

I'm trying to get my navbar to change when I scroll down. So far, I have the following HTML code: <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for bet...
asked by 04.11.2015 / 22:33
2
answers

Removing a tab-content and adding class active to content

I have a tablist on the page that is responsible for picking up some content through a function . When this function returns no value, the right thing is to give hide to this list and its content . Until then eve...
asked by 23.11.2015 / 14:51
1
answer

Call input value within span

I have this line of code: <input type="text" class="form-control" id="usado" placeholder="Quantidade" aria-describedby="basic-addon1"> <span class="input-group-addon" id="basic-addon1" onclick="usaEstoque(usado,<?php echo $arrDados...
asked by 29.09.2015 / 15:46
1
answer

Slideshow with bootstrap?

I'm creating a prototype in bootstrap, how do I create a slideshow for a power point presentation file? How can you do this? To display the images I did this: <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!--...
asked by 30.09.2015 / 17:04
2
answers

There is the possibility of putting a specific CSS in Bootstrap for a size

I would like to create a css that when a certain class was in the size xs would have a font-color red and the other sizes this color would change to green. But without having to repeat the text. type: <div class="hidden-xs"> &l...
asked by 22.10.2015 / 19:41