Questions tagged as 'bootstrap-3'

1
answer

Popover message in a div

Good morning. I have a div that when clicked opens a page. So far so good and it's working. Now as I do so that when the user hover over this DIV, a popover with the message "To edit click here" appears. My code looks like this: <div...
asked by 25.05.2018 / 14:27
1
answer

Side div with 100% height with Bootstrap 4

Good afternoon, everyone. I'm breaking my head with the side menu of my site, I want it to have 100% height (using height: 100% did not work), the problem is this, searching the internet saw the tip of using the margin-bottom: -9999px; padding-b...
asked by 28.02.2018 / 20:25
2
answers

Group of images in gird of the bootstrap getting out of the loop

I have a list of images where I'm using grid to organize them, getting the exact amount I need for lines. With this I looped to control the grids and I also have the loop of the images. Question: What could you do to fix why grids and images a...
asked by 22.11.2017 / 09:45
1
answer

How to remove dark part on the sides of the carousel bootstrap

I'm doing a scrolling system to show some tables using a carousel, but the default is with a darker tint on the sides and even in the table itself, how can you remove that color leaving only the tables and buttons? I'm not using anything othe...
asked by 02.11.2017 / 21:22
1
answer

Problem changing menu colors with bootstrap-less 3.3.7

I'm doing a site with HTML5 and bootstrap-less everything works normally but I needed to change some colors in the navbar menu and I know I can do it through variables.less inside this file I navigate to the menu part...
asked by 21.12.2017 / 20:40
1
answer

Image exchange error on the dropdown button

Hello. I have a dropdown menu (bootstrap 3.3.7) that has two images that the exchange of them is done via css. When the menu is active the module button should not be gray but white. Thebelowiscorrect. HTML with PHP calling the menu...
asked by 08.09.2017 / 15:21
2
answers

Setting the css bootstrap button

I'm trying to hit the height of a button in the form, but it appears very high relative to the fields: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <link href="https://...
asked by 11.08.2017 / 20:42
1
answer

Text and image do not change color

I have a few buttons that when I move the mouse, the background will turn orange but the text and the image will not change. Only when I step on top of the image does it change. I would like it to change as soon as the div becomes orange....
asked by 15.09.2017 / 17:22
2
answers

Dynamic Fill Autocomplete

I'm trying to use Bootstrap + Chosen in my select option to make a combobox with autocomplete . But I'm doing the fill of select dynamically with jquery. But when implementing Bootstrap + Chosen, the dynamic fill does not work, w...
asked by 24.08.2017 / 19:23
1
answer

Change 'class' when changing view

I'm using bootstrap and angular I have a nav: <ul class="nav nav-tabs nav-justified" ng-model="activeVar" style="margin-top:50px;"> <li role="presentation"><a value="overview" ui-sref="main.admin.shops.si...
asked by 02.08.2017 / 13:48