Questions tagged as 'css3'

2
answers

List and add selected items

I need to list the value in (R $) of the inputs and select the html, as if it were a shopping cart, however I need this list and total value to be presented in real time to the user to be sent the list by and -mail ... Could anyone help me?...
asked by 26.04.2018 / 15:50
2
answers

How to leave the rod with relative position and at the bottom of the page at least?

I'm using the sticky position of html5 on several pages to make an effect on the site menu. But it has pages that the internal content is very small, does not occupy even 150px in height and it happens that I can not use the footer with po...
asked by 07.03.2018 / 15:10
1
answer

Opacity does not work

I have the following code HTML <div class="slideShow"> <div class="boxSlide"> <img class="aberturaSelect" src="_imgs/_slideShow/1.png" /> <img class="aberturaSelect" src="_imgs/_slideShow/2.png" /> &...
asked by 18.10.2017 / 13:58
2
answers

How to put color over the image when mouseover?

Put color over the image when mouseover? Normal image: Imagewithoverlappingblackcolor: How do you do this?     
asked by 03.09.2017 / 13:48
2
answers

What does "" mean in CSS selectors? [duplicate]

Galera, I came across this CSS of a free project that I downloaded from the web. .user-panel>.image>img {} What does this "nested" notation represent? Why "img" does not have the period (.)?
asked by 19.08.2017 / 15:58
2
answers

Responsive does not work right

I put 3 images with links at the beginning of the site, I put it to be responsive, but when I decrease the screen it gets completely bugged. It is necessary that the images stay in the center of the screen, one next to the other, and when the sc...
asked by 03.11.2017 / 13:00
3
answers

Put input is below the label

How to make this input stay below the label. .passo { width: 30px; height: 30px; border-radius: 50%; line-height: 30px; text-align: center; color: #fff; background: #29b2fe; margin-right: 15px; } .input { }...
asked by 28.07.2017 / 21:26
3
answers

How to break line between CSS tags [closed]

I would like to know how to break line between tags of the same type Ex: I have several labels and I want to break the line between them, but so that I do once for all     
asked by 04.10.2017 / 19:48
1
answer

Progress bar in angulajs

I need a% w / o% to be the image of a chalice being filled with progress-bar . Something like this: link . Can anybody help you? I still do not have the official image, but it would look something like this: When you open a page, th...
asked by 30.01.2017 / 18:56
1
answer

Changing input border with Javascript

What's wrong? I need this effect to validate form. var input = document.getElementByClass("dado"); input.style.border = "1px solid red";     
asked by 21.12.2016 / 18:30