Questions tagged as 'css'

1
answer

Bug on the merry-go-round [closed]

I have a small bug in the modal of ventures, when I open one it exhibited at the same time the two, plant and illustration, and only return to the norm when I click the button ... Can anyone help me? Follow the hosted site link link  ...
asked by 05.04.2018 / 13:49
1
answer

Grid system, calculations

Before I start my question, I want to make it clear, I've already seen some related topics. #, where Guilherme Nascimento explains how media queries works, and the answer that was accepted in the question already explains how to do the...
asked by 25.10.2017 / 00:19
2
answers

How to change the color of a parent div relative to the size of the childs

I have div parent and 4 div's child and would like to change the color of border of div parent relative to div child size. To exclarge better put below an image with an example of what I speak. Thepinkandre...
asked by 03.10.2017 / 13:15
2
answers

Placing a div next to the other

People have a problem with css, I wanted a div to be side by side. I have tried to put float in both, but if I do this the div footer goes up. What do I do? #DivRodape{ position: absolute; top: auto; height: 35px; line-height: 35px; text-align...
asked by 11.12.2017 / 06:15
1
answer

How to put the bootstrap table on a background image?

I'm doing a team registration using the bootstrap table, where every logged item is generated a new row with the data, the problem is that the table does not stay on the background image . Thetabledoesnotappearifthescreenisfull,itonlyappea...
asked by 29.10.2017 / 02:33
1
answer

How to make the: hover take all the LI

Business is as follows, I have a div that holds my li , and within these li has an image and three li with texts, my goal is to make, when the mouse is passed in % change, and the text also changes the color, even if y...
asked by 03.12.2017 / 01:12
1
answer

select not working correctly

I'm facing a problem, of which I did not find tutorials clear enough on the internet so I could learn how to solve it, which apparently seems simple but I can not solve it. The problem is to get <select> down when you click it. Howe...
asked by 30.11.2017 / 19:08
3
answers

Make appear and disappear html class by js

I have a registration page, and when the data is entered wrong, a alert(); appears informing the error, but I would like it to be an error message, just below the fields. I put a span with an error message and with the class sr-only...
asked by 06.12.2017 / 16:57
3
answers

How to give the "modal" effect on a div?

I have div which is progress bar , and I would like this div to block interaction with div below it. Basically as long as this div progress bar was appearing, do not allow it to be possible to touch what is belo...
asked by 16.01.2018 / 13:15
2
answers

Force require on display: none

I have the following html: <ul class="payment-methods"> <li class="payment-method paypal"> <input name="payment_methods" type="radio" id="paypal"> <label for="paypal"></label> </li> <li clas...
asked by 11.09.2017 / 13:18