Questions tagged as 'css'

2
answers

How to position html elements with css

I have difficulty setting controls, like: I have a TextArea and would like to put a label next to it, next to the bottom right and below the label, a SELECT control. Well I've got it, but like that, giving top and left with numeric values, wh...
asked by 24.06.2014 / 14:44
1
answer

What is the name of the Pinterest content effect?

I would like to ask you what is called the Pinterest effect of content that some items are on top, other items are below, nothing with a defined horizontal line? It can be seen below:     
asked by 05.08.2014 / 02:53
1
answer

Input of file type with split () function returns with comma

I'm retrieving the file returned from a input of type file of a form and it returns C:\fakepath\nomedoarquivo.extensão so far so good, hence I applied a split() and it returns the following: ,nomedoarquivo.e...
asked by 20.12.2018 / 14:58
1
answer

Make multiple SVGs converge to the same point with CSS

Well folks, I wanted to know if I could join this shape, which looks like a piece of pizza, to form a circle. The idea would be to clone it, 10 times, and to form the complete circle. link After making them stay in position, I want to up...
asked by 06.12.2018 / 20:57
1
answer

CSS Effect: Floating label on Form does not work without attribute required

I'm using the floating effect on a form to move the label when the user clicks on input or select . The problem is that the feature only works if the required attribute is present. Which is a problem since not all fields a...
asked by 07.12.2018 / 18:33
2
answers

how to render unicode correctly

Good afternoon everyone! Galera, following, I have the following code "& # x25Bc" it has to render in the browser an up arrow ... however, when launching in the "content" of before, it renders exactly those characters and not the arrow symbol .....
asked by 07.12.2018 / 18:34
1
answer

Navbar disappearing while lowering resolution

I'm setting up a project with Bootstrap but I'm facing some problems, one of them is the navbar disappearing when the resolution decreases. The other is that I can not type a title right in the middle of the screen. Problem Navbar...
asked by 20.12.2018 / 19:16
1
answer

Child elements receiving opacity even with the use of rgba

How can I apply a different opacity to a child element. In the example below it is working correctly, however the same code does not work with:    Chrome Version 71.0.3578.80       Firefox Quantum 63.0. body { background: url('ht...
asked by 10.12.2018 / 16:37
1
answer

css - always defines standard rule 'keyframe' when defining keyframe Error

I'm getting error in the code below that says    css - always defines standard rule 'keyframe' when defining keyframe Error It runs normally in Chrome but is not working in IE 11 @-webkit-keyframes fadeIn { 0% { opacity: 0; to...
asked by 11.12.2018 / 12:46
1
answer

How to make the background white when I select saved logins on the login page [duplicate]

Good evening guys! I have a question that I can not resolve on my own. On my login screen, when I type the login, the input background continues the way I stylized it. But when I select a login that was saved, the input background return...
asked by 14.12.2018 / 00:32