Questions tagged as 'bootstrap'

1
answer

How to redirect to a jsp from another controller in java?

I have the following method in my controller, which sends me to the login page @RequestMapping(value= "/login", method= RequestMethod.GET) public String irPaginaLogin(){ return "/login"; } and it contains the following field...
asked by 22.08.2018 / 06:24
2
answers

Banner bootstrap with 2 responsive images

[! [enter the description of the image here] [1]] [1] [1]: <!-- Banner --> <section class="banner"> <div class="container-fluid banner__container" > <div class="row banner__row"> <div class...
asked by 26.07.2018 / 20:46
1
answer

In chart.js print graphics in a csv or Excel

Hello colleagues, I am trying to print my graphic in an excel (xlsx or csv) the problem is that I have only found that only the data of the table is printed but not the graph as such. So I would like to know if there is any way or I have to use...
asked by 11.07.2018 / 18:52
2
answers

I do not work video in Bootstrap 4

A big greeting: I had a difficulty, since this video that I insert I get the image of the video but it does not play, I'm doing it with Bootstrap 4 in the following way, I do not know why it is not play? Thanks <div class="emb...
asked by 09.07.2018 / 22:48
3
answers

Show different Modals Boostrap

I have an app in Bootstrap which has to show different manners in different pages. For this I have thought to remove these manners and have each in an HTML file so that after each page you can call it to be displayed. I want to do it this way so...
asked by 12.06.2018 / 11:25
1
answer

change of typography

I am a web design student, we have a project about a wine store. The problem is when I include the bootstrap.min.css (I'm using bootstrap 4.1.1) I change all the typography and I really do not know where I should make the changes, I need help se...
asked by 08.06.2018 / 05:16
2
answers

Problems with Forms of Bootstrap

How about friends, I'm doing some forms, but I have the problem that for some reason the elements inside my form are not "inside" at least in the view they do not seem to be, in my code they are but I do not know why the background of the form i...
asked by 15.10.2018 / 21:53
1
answer

A div is found hiding a drop down menu

I have a menu that said menu has submenus and they are shown down, what happens is that when I put to see the submenu, it is covered by a div that I have for content, as I can do so that the menu is above the content div. that submenu r...
asked by 24.05.2018 / 02:52
1
answer

Web | Modal message only in desktop resolutions

I have a web page that interacts with smartphones (make calls, save contacts, open a specific app, etc.) therefore, if any user accesses from a notebook or desktop computer (including a tablet) your experience will not be the same. That's why...
asked by 22.05.2018 / 23:33
1
answer

Error in input with ui-bootstrap does not show the results

I'm trying to show a result in a input type autocomplete making a request get but it does not show the results ... angular.module('ui.bootstrap.demo', ['ngAnimate', 'ui.bootstrap']); angular.module('ui.bootstrap.dem...
asked by 21.05.2018 / 16:41