Questions tagged as 'css'

0
answers

Angular6 scss selector

Angular6 use with scss. I have a component A to which the styles of class .estilos-A are applied and I call it from two different components. What I try to do and I do not achieve is that, depending on the component since I call A , th...
asked by 29.11.2018 / 23:13
0
answers

change menu color with scroll spy

how to use scroll-spy to change the background classes of the nav, but without necessarily declaring that the change works because the menu does not have all the sections of the page. and especially how to make one of those changes by just going...
asked by 29.11.2018 / 13:22
0
answers

I have a bank of images in firebase and I want to show it in my html in carousel mode but it is not shown to me and it does not show error

<div class="container"> <div class="row"> <div id="carouselExampleControls" class="carousel slide" data-ride="carousel"> <div class="carousel-inner" id="galeria"> </div...
asked by 28.11.2018 / 16:34
0
answers

Positioning jquery nice-select

I write to ask for advice about my next problem: I have a popup with several select through the nice-select plugin, which looks like this: So if I open the first two select, its contents are seen over the rest of the selects (which is the...
asked by 26.11.2018 / 23:47
0
answers

Oneclick responsive menu event when a link is clicked

Very good everyone, I have the following hamburger menu var hamburger = document.querySelector(".hamburg"); hamburger.onclick = function () { this.classList.toggle("checked"); } input#hamburg { display: none }...
asked by 28.11.2018 / 08:52
0
answers

Problems with bootstrap table headers 3

I have a table created with boostrap 3 and used datatable to have the data better organized and be able to search more easily. The problem that is presenting the table is that the titles are not well aligned as the size of the device is getting...
asked by 24.11.2018 / 03:16
0
answers

Bootstrap compatibility in IE!

A app web is being developed, the tests and others were done in chrome , and everything works perfectly. But when you try it in Internet Explorer which is the official browser of the company, it does not work. This is the...
asked by 23.11.2018 / 23:25
0
answers

Count how many elements appear SASS?

I do not know if this is possible. I have elements of this type: <ul> <li></li> <li></li> <li></li> ... hasta n li </ul> What I need is to count how many there are to make a cal...
asked by 29.11.2018 / 15:46
0
answers

Problem with bootstrap modal window

When I open a modal window with bootstrap I see a white box behind this window, how can I remove this? I'm using the Bootstrap 3.3.6 library link "     link     link <div class="modal fade" id="miModal0" tabindex="-1" role="dialog...
asked by 24.11.2018 / 21:08
1
answer

Apply a class when a 'child' has an active

I have a doubt that is driving me crazy. Navigate everywhere and I appeal to you. I need "Next" to disappear ( opacity:0 ) when the first .rojo " .rojo:first-child " has .active . And that Prev disappears but w...
asked by 22.11.2018 / 19:37