Questions tagged as 'bootstrap'

2
answers

Appearance of Combobox in bootstrap

Hello I'm trying to use Chosen + Bootstrap in Laravel. But I would like the appearance using choosen to look like the bootstrap itself. Reviewtheimageabove:Inoption1withoutusingLaravelusingChoosenitgetsthewayitisinthebootstrap;Inopti...
asked by 21.02.2018 / 17:42
2
answers

Requesting ajax with append before opening modal

For some reason I'm not able to make this append work. function mostrarUploads(id) { $.ajax({ url: "/painel/mostrarUploads", async: false, method: 'POST', data: {_token: jQuery(".token").val(), id: id}, succes...
asked by 31.10.2017 / 19:26
2
answers

Fixed menu problem with bootstrap

I have a problem in the menu of the site I'm creating, I took a style from a menu of Boostrap , where it was fixed, I made some changes to the CSS menu (nothing more ). But when I go down the page the menu does not come together, ie it is not f...
asked by 07.11.2017 / 17:31
1
answer

Image is cut by decreasing page width

I'm developing a web application in jsp and servlet and put an image in a column of bootstrap <div class="col-11"></div> so I put the image in the center of the screen using margin-left .But by decreasing the width of t...
asked by 07.10.2017 / 00:56
1
answer

How to add opacity in the bootstrap menu

I'm now starting to mess with both site and bootstrap, I'm using wordpress tbm. Ok my doubt is as follows, I added the default bootstrap menu on my site, and I left it fixed on top tbm, I would like to know now how I do it to tweak the opacity o...
asked by 16.09.2017 / 05:28
1
answer

Change of Browsers

I made my site with bootstrap, and I'm having some problems, in Mozilla the site is viewed normalemnte, already in Chrome this distorted confirm the images, Does anyone have a clue how to resolve this ?? <divclass="menug"> <nav cl...
asked by 04.08.2017 / 22:06
2
answers

Height of row in bootstrap using percentage (%)

How do I change the height of row in Bootstrap using percentage? I tried the height property in both CSS , and pure HTML , and did not work. In a nutshell, I want to have control over the height of the row . In the Height propert...
asked by 26.10.2017 / 17:20
1
answer

Fixed menu in refresh (F5)

I made a menu that perceives when the scroll passes from a certain point and stays fixed, until all right, but when I rolled the page a little lower, and updated (F5) I noticed that the menu disappeared, and then scrolling once up / down...
asked by 27.10.2017 / 16:12
1
answer

Responsive embed bootstrap does not work

I'm trying to implement the responsive embeded bootstrap because I need to put a video (.mov) on the site, but it's not working. source: link code: <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-r...
asked by 19.06.2017 / 16:08
1
answer

Angular: Module name is not loaded in html ngApp tag

I'm doing a basic angled test that reads a simple json and displays on the screen. My problem is that when I put in the module name the module name in the ng-app tag all angular functions stop working. Inspecting the chrome code I found th...
asked by 29.06.2017 / 22:01