Questions tagged as 'css'

1
answer

How to change the color of the rows of a table according to the value of each table

I'm having trouble developing a function that changes the color of a <tr> based on a specific value of a <td> I need this function to do for each row, since they contain different values. At first the values are "...
asked by 06.07.2017 / 15:49
2
answers

How to make a page with full blocks using bootstrap?

I need to do something according to the image, using bootstrap. Has anyone ever been through this? Do you have any idea how to do it?     
asked by 22.08.2017 / 13:31
2
answers

Stylize input via jQuery Validate

I'm using the jQuery Validate plugin to validate a form. When I declare the rules in the input declaration the form turns red when it does not fit the same, and blue when they fit. Here is an example of an input statement with inline rules: &l...
asked by 18.05.2017 / 17:45
1
answer

How do I make the internal elements of ASIDE stay horizontal?

How do I make the inner elements of ASIDE stay horizontally on the same line, side by side without breaking when resizing the browser. CSS aside{ background-color: #222; margin-top: 10px; margin-left: 10px; width: 100%; m...
asked by 28.06.2017 / 17:39
2
answers

How do I get the background on a select option?

I have select option with several countries I created CSS to take the default style of it in browsers. I have two problems, I need to take out that blue background when I step over each option I need the text to be left alone and when...
asked by 26.07.2017 / 11:12
2
answers

Display text contained in span in hover

I have the following html code below: <a class="tooltips" href="#"><strong>!</strong><span>Ingresse o máximo de informações possíveis para uma entrega acertiva</span></a> With the following CSS cod...
asked by 28.09.2017 / 20:52
1
answer

Change textarea's background color when button is clicked

Developed an application in Javascript, Jquery and HTML. I would like to make when the user clicks the btnalterar button, the textarea created changes their background color. Does anyone have an idea how to do this? <...
asked by 24.09.2017 / 13:45
1
answer

Masking a div with css

In a site I'm developing the top (where the menus are) has the background transparent and is fixed. That is, the site runs behind this top and the top is always fixed. But as it is transparent ... the site ends up being behind the top when I...
asked by 25.09.2017 / 21:02
1
answer

Problem aligning navbar on the right

Hello, I'm new to css and I'm having trouble trying to align the buttons on my right% with%; so I can put a logo on the left. Here's my code! .menu, .menu ul li { margin: 0; padding: 0; } .menu {...
asked by 30.04.2018 / 12:47
1
answer

How to isolate the CSS of a component?

I'm using react.js (in the example the create react app) and I even created two components, but I could not isolate the .css of each component. The css of the Info.css table ends up being applied to the other components that have the same clas...
asked by 31.05.2017 / 02:16