Questions tagged as 'bootstrap'

3
answers

Insert CSS elements when sending an email using laravel 5.6

Hello good morning companions, my doubt is that as I can send CSS styles by email, I have my images and CSS styles on a server but at the time of sending them, only the images appear and not the styles, somehow to do this? This is the body of t...
asked by 13.07.2018 / 21:36
1
answer

Problems with col-xs (Boostrap)

The problem is that in my browser the divs col-xs are not seen correctly. However here if it looks good. I leave a photo: HTML <!doctype html> <html> <head> <link href="css/bootstrap.min.css" rel="styleshe...
asked by 15.08.2017 / 15:29
3
answers

Show result of Ajax in the modal itself with Bootstrap

I would like to know how I do it so that when the user submits the form he notifies it in the same modal, without reloading the page. Content to be included in modal <div class="modal-body"> <div class="">...
asked by 24.02.2017 / 18:24
2
answers

How to create a formData.append to be able to send inputs of type File?

I want to send a input type="file" from a form , to send all the data of my form I use the formData , which I created from scratch in order to capture each of the data that exists in my form and receive it on a page php , on this page I can...
asked by 24.06.2016 / 01:35
3
answers

CSS: Keep the style when making a display: inline-block

I have a table in which I can drag rows doing drag and drop. To break some words I use the word-wrap:break-word; and the display:inline-block to work on browsers like Chrome. The style, when dragging a row which has the appli...
asked by 20.09.2017 / 15:26
1
answer

Change the color of a box in the hover state of a snip1281 CSS

I'm making a model and I'm using snip1281 that have an effect on the hover, each image or race has a hover effect of a top line with color and a box with the same color on a white text, but all the races have a different color that each box in i...
asked by 06.07.2018 / 20:11
1
answer

Problem with Bootstrap form

I have 2 form fields that are 2 input text. One does as a prefix of the name and the other is the name. This is the look: What you need is to remove the space between the first input text (the disabled one) and the second one, since the...
asked by 07.12.2017 / 08:13
2
answers

A presentation like the one on the Bootstrap image?

I want to use div to do this same training, saven of some method? or if you do not know with tables it will be then ..     
asked by 24.10.2017 / 23:08
1
answer

Problem with carousel

I have a problem with a carousel that when it passes to the next slider it moves down a bit as if it had one more line but from the second to the third slider does not move. I already tried to put a blank line to see and the same moves and...
asked by 23.11.2017 / 15:56
3
answers

Rows of DataTable Bootstrap in a single line ASP.net MVC

I want all the rows to be in one line. As you can see below, I have a view where I get a dynamic datatable that was fed by a Json, I do not know the name of the rows or columns so I can not put a fixed width to all columns <table id="exa...
asked by 08.02.2017 / 20:11