Questions tagged as 'bootstrap'

2
answers

YOU ARE LOST POSITION WHEN DOING POSTBACK OF BOOTSTRAP DATEPICKER WITH UPDATEPANEL

Greetings to all: I have a problem with the deployment of a datepicker that is inside an UpdatePanel. When you start the page, it loads the calendar well (days in Spanish and same months) but when generating a postback, the calendars lose thi...
asked by 11.01.2018 / 13:42
2
answers

Fixed Column, HTML Table with BOOTSTRAP 3

I need the first column to be fixed, "fixed", that is, I can scroll on the X axis and continue to show the data in the first column. I'M USING BOOTSTAP 3 table { display: block; overflow-x: auto; white-space: nowrap;...
asked by 12.01.2018 / 19:03
1
answer

HTML form - JQuery - Bootstrap

I have this layout:    Modal <div class="modal fade" id="message" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <...
asked by 23.12.2017 / 22:56
3
answers

How to center my logo and text on my website? [closed]

How can I make my page centered? I already tried it with center-block but it does not focus when I show it in the browser File index.html /* FILE: main.css */ body { background-color: black; color: white; } img...
asked by 23.12.2017 / 20:40
1
answer

Auto-increment in input type date in php with codeigniter

Hello! I need help for something that has been around my head for a couple of days and I can not see how to even start (I know, it sounds pretentious, but we all have passed sometime in this life). What happens is that I have 3 input's of...
asked by 19.12.2017 / 06:02
1
answer

how to align the links on the left and right with bootstrap 4?

I have the following menu created with boostrapt: <!DOCTYPE html> <html lang="es"> <head> <title>example video</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-al...
asked by 06.12.2017 / 22:56
1
answer

Remove search from a bootstrap select

how to remove the search engine from select of bootstrap ? select remove search I just want the list to appear. <div class="form-group col-md-3"> <label class="control-label">Talla</label> &...
asked by 28.11.2017 / 18:57
1
answer

Problems with carosel in bootstrap 4

// Carousel Auto-Cycle $(document).ready(function() { $('.carousel').carousel({ interval: 8000 }) }); #myCarousel { position: center; padding: 2em; } /* Thumbnail Box */ .caption h4 { font-size: 22p...
asked by 21.11.2017 / 14:38
1
answer

does not work correctly Bootstrap 4

I do not know if it should be like that in the first image and I have to edit it or if it's some code error. I took it from the official website; link , but it does not work as the example says. so it appears to me; The example of the pag...
asked by 12.11.2017 / 03:32
3
answers

Show image from the center in a div

Good morning. I have the following problem, an index file that shows photos with the url from a database, each picture is sorted in col-md-4 bootstraps or I have 3 photos per row, 3 down, 3 down and so on. The problem I have is that the photos a...
asked by 15.01.2018 / 14:01