Questions tagged as 'twitter-bootstrap'

1
answer

Send a modelView as a parameter to a modal bootstrap

When looking for how to render a partialView in a modal bootstrap , I found this link: Using Bootstrap Modal window as PartialView , but I need to make a POST request by clicking the button that opens the modal. That is, I need t...
asked by 20.05.2014 / 17:02
1
answer

Bootstrap: Navbar + list

I'm developing an HTML5 web application, where I use Bootstrap. On one of the application pages there will be navbar at the top of the page and just below navbar there will be a list. However, when performing the implementation, th...
asked by 03.07.2014 / 14:42
1
answer

Align bootstrap 4 div in the center

How do I align a particular div in the center with bootstrap 4? I tried the code below, but it did not work: <div class="col-md-12 col-xs-12"> <h3 style="color: #3e4095; font-weight: bold">USUÁRIOS</h3> <div style="marg...
asked by 29.12.2018 / 12:06
0
answers

Overlapping div's

I have a screen that when I clicked the button it moves "x" px, the problem and when it does this effect, I have to send the screen that is below, what happens and the letters on the screen below overlap top screen. I used the z-index worked, pl...
asked by 26.12.2018 / 17:57
0
answers

When rendering an application in Angular 6 the layout is breaking

I did a job with Angular 6 in a company and I did not move anymore. I went back to studying to really learn and started with a project that I got on the internet here . Well, I followed the tutorial completely and when I run the application, th...
asked by 28.11.2018 / 13:27
1
answer

Dropdown menu does not appear - Project Laravel

I made a layout in which I want to put a navbar where I want to put a dropdown, however the dropdown menu does not appear, just the button there ... I already tried to put Jquery but it did not work, <!DOCTYPE html>             @yield...
asked by 25.11.2018 / 19:41
1
answer

Navbar bootstrap disappears in a certain size

We know that the bootstrap has the visible-xs, -sm, -md, lg and hidden-xs, -sm, -md, -lg classes to set when the menu will be displayed. The menu switches to collapse according to browser size or device resolution. It turns out that at one...
asked by 16.03.2014 / 22:37
0
answers

Make text with overflow-x: hidden move automatically

I'm setting the width of the li and sending all the text that exceeds is hidden, now I would like to make the part of the text that is hidden automatically move to appear on the screen. HTML: ul - @realties.each do |realty| li...
asked by 09.11.2018 / 18:56
0
answers

Vue in conflict with Bootstrap?

I'm implementing Vuejs in a Laravel5.7 mine and I noticed that this is apparently a conflict with almost all my nav-tabs, because when I change tabs in nav-tabs, regardless of how many tabs there are, it will not class "show" of the tabs that I'...
asked by 22.11.2018 / 17:19
2
answers

Change the link color nav bootstrap 4

I have the menu below: ButIwouldlikethecolorofthelinktobe#3E4095andhover#FFFF00.HowcanIchangethecolorinBootstrap4?<navclass="navbar navbar-expand-lg navbar-light"> <a class="navbar-brand" href="#">&nbsp;</a>...
asked by 15.11.2018 / 15:03