Questions tagged as 'css'

2
answers

How to draw dots between one image and another with HTML5 and CSS3?

I have icons, separated in divs, and the original layout has these dots. I tried using images, but it misconfigures my layout. How do you put these points between images?     
asked by 22.11.2017 / 12:18
1
answer

Problem with background and linear-gradient

I'm trying to make a background for body using an image and a linear-gradient , in loading the gradient appears for a moment, but soon is replaced only by the image, as you can see below. body { background: url("https://up...
asked by 22.03.2018 / 19:02
2
answers

Combobox without formatting Bootstrap / Firefox

I'm using Bootstrap in a project, but I noticed that in Firefox the combobox goes unformatted. See: ChromeandOperalookperfect: How do I fix this in Firefox? I saw on the internet that many try to customize directly in CSS and with that...
asked by 21.06.2018 / 14:08
2
answers

Alignment of all checkbox to the right

How do I just align the checkbox on the right? html { font-family: tahoma; font-size: 16px; padding-left: 3px; } form { width: 600px; margin: 0 auto; } fieldset { border-radius: 5px; border: 2px solid #4283f2...
asked by 25.06.2018 / 19:41
3
answers

How to do when checking a checkbox it changes the background color of a table from a td and when descending it returns to its normal color

Well, I have this code, and it works in parts, when I check the box it changes the color of my td, but when I unknow the color does not return to normal, could anyone help me? Thanks in advance. $('.checkbox-regularC').click(function(){...
asked by 22.06.2018 / 22:05
2
answers

How can I use mouseover to change the background color of a div?

Hello, I would like to change the background color of a div when you place the cursor on it, how do I do that? Div in question [HTML]: <div class='container2'> <div class="MP"> <img class='iconDetails' s...
asked by 21.06.2018 / 00:09
2
answers

Make daughter div have same fixed parent size

I'm putting together a responsive layout ... My "menucontainer" is fixed ... So its width does not match the size of the site's interface ... Because of this, when the zoom increases, it becomes more fluid. So if I could make every...
asked by 15.12.2014 / 08:01
1
answer

How to verify without inside a #id has a .class?

It has a top #header that adds the class .hide-bar when scrolling but when returning to the top, that class disappears. How to check with jQuery if class is present in this id or not? I need this check to disapp...
asked by 13.12.2014 / 14:42
3
answers

How to make a stylized border?

How to make a stylized border as picture below? The big question is that on the left side there are two border styles.     
asked by 30.06.2017 / 18:56
1
answer

How to make the pseudo-element before it works?

I have the pseudo-element before but I did everything and I can not make it work. The image does not appear at all. section.conteudopadrao a:before{ content: url("./anuncie/pdf.png"); } There are several days I'm in the search of thi...
asked by 14.07.2017 / 14:52