Questions tagged as 'bootstrap'

8
answers

Center an img-responsive bootstrap

I know it's probably easy, but I can not focus the image. Using HTML5 and Bootstrap; <div class="col-md-6 "> <img src="../img/012.jpg" class="img-responsive" alt="titulo"/> <div class="h-30"></div>...
asked by 25.05.2017 / 23:50
1
answer

Align Image to html text in header

I need to align a header section in a code. I have and I want to get something like this The code is: <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class...
asked by 15.02.2017 / 13:16
2
answers

Bootstrap datetimepicker z-index

I'm opening a datetimepicker in a modal but when I open the picker it stays behind: I have put the z-index property in the css but it does not work for me. <div class="form-group is-empty"> <l...
asked by 15.02.2017 / 05:48
1
answer

Problem with bootstrap column

Good morning, I have this problem What I want is that the last column fills the height (height) of the page without affecting the other columns as seen in the image below begin. <div class="container" id="wrapnoti">...
asked by 08.06.2016 / 23:48
1
answer

modal window from table

I have a table as shown in the image, and I want to show a modal window by clicking on the icon of each record, in the modal window it is necessary to search and display the details of the selected record as shown in the image ( is where I in...
asked by 14.12.2018 / 15:12
1
answer

noUISlider with Jquery does not assign as parameter "audio.currentTime"

The creation in the HTML of the slider is this, I use a framework, the nouislider. The Slider is because I am creating a player with HTML and jQuery together with Bootstrap. The slider would have to work, logically, to advance as the audio plays...
asked by 28.02.2016 / 04:43
2
answers

CSS: Put two bootstrap buttons side by side

The buttons look like this: What CSS rules would I have to put them in so that they would be next to each other? <td> <a href="{{ route('admin.admins.show', $admin->id)}}" class="btn btn-info btn-sm">View...
asked by 08.09.2017 / 09:42
1
answer

Make the dropdown roll out when hovering (HOVER)

I would like to make the dropdown menu be displayed when I mouse over the top and not when I click. How could I do it? <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="s...
asked by 31.05.2018 / 14:47
3
answers

Dimension width "width" of option in a select tag

I have the following fragment of html code and what I intend is to limit the width of each one of the labels so that they are displayed in a whole screen and they are not cut, either through a line break or a horizontal scroll . <sele...
asked by 03.04.2018 / 10:23
2
answers

Modal with Bootstrap calls link in PHP from MySQL

Good morning, I wanted to consult the following: When generating a modal with Bootstrap and calling from the database, it generates the modal , but even though there is a lot of data, it always shows me the first one it takes....
asked by 07.01.2016 / 04:07