Questions tagged as 'bootstrap'

1
answer

I use the plugin "boostrap-dialog" in fiddler and it works, but in my system it does not

Here is a basic example of the code I use: BootstrapDialog.show({ message: '¡Hola!' }); <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <link href="https://cdnjs.cloudflare...
asked by 26.05.2017 / 06:51
1
answer

Bootstrap validator tooltip

I'm validating my forms with boostrap validator ( link ) and they look like this: But I would like that the message does not appear in the lower part, but as a tooltip from the icon something like this: I can not use the form v...
asked by 17.02.2017 / 05:50
1
answer

Modal of Bootstrap Facebook Post style

How do facebook posts work to see an image in a window without changing places to see it? What method do you have to use to do that? Example: link     
asked by 14.02.2017 / 00:40
3
answers

Div with 100% height without scroll bar

I have a div that has a video as a background, however it does not adjust 100% at height but, it always passes a little and that vertical scroll bar appears. Do you know how to make this not happen and really adapt to 100% of the heigh...
asked by 28.04.2017 / 17:09
1
answer

Can you save several modal windows in a separate file?

Sorry for the inconvenience. Until recently I was implementing several modal Bootstrap windows on my website. The problem is (I do not know if it is) that each html code is inserted in the same page where these are called by buttons. I have arou...
asked by 20.01.2017 / 22:22
1
answer

How to add vertical scroll to a table with the head and the fixed footer with CSS or style?

I have the following table, where I put the fixed width to the head: <table id="listado" class="table table-striped table-bordered" style="margin-bottom: 0 !important;"> <thead> <tr> <th style="width:50px">C...
asked by 06.01.2017 / 19:32
2
answers

Bootstrap menu added li active class onclick

I have the following boot menu HTML <div class="container"> <ul class="nav navbar-nav"> <li class="active"> <a href="#" data-toggle="collapse" data-target=".menu-nav" class="collapsed drop-down" aria-exp...
asked by 27.12.2016 / 19:04
3
answers

Navbar Aside Left Height 100%

I know that many know SB Admin 2, I'm doing something similar but I have a question about how to put the Navbar on the left that takes 100% of the top of the page as a aside; As it is in the image: Please keep in mind that I also want the...
asked by 27.02.2017 / 16:51
2
answers

Problem with Accordion Bootstrap plugin

Well, I have a page that I'm doing with Bootstrap and AngularJS for the front-end and I generate several accordions on the same page dynamically with a ng-repeat . The problem is that when I click on the names of the tabs to...
asked by 09.12.2016 / 08:30
2
answers

I need to keep a label aligned with the first div that follows

I'm creating a form within a footer and that's how it looks in different resolutions: col-lg-4 : col-md-4 and col-sm-4 : col-xs-12 : As you can see, the label that contains the word "New:" remains aligned with the...
asked by 18.11.2016 / 12:02