Questions tagged as 'css'

1
answer

Can we use all versions of css on our site?

Currently there is the css3 version however there are the previous ones. Is it correct to mix code of all of them in the same style sheet?     
asked by 15.08.2014 / 19:02
2
answers

Rotate icon "Arrow" with JS

This question may seem simple, but I can not find a quality answer. I have an arrow icon and when I click on it, I want it to turn 180 degrees. The code I started using was this: $('.arrow').click(function() { $('.rodar').toggleClas...
asked by 21.09.2018 / 15:43
3
answers

How to put it right in the header?

I have a site where I use two headers to show my options to the user, but I came across a problem, I need to put the company logo and I can not do it, I need the logo to be in a proportional size to the header if I put it in the first one or in...
asked by 13.11.2015 / 12:40
2
answers

How to add R7 portal bar in site?

I need to implement that R7 portal bar at the top of a website, does anyone know of any way to do that? Is there any way to make this bar adaptable to any screen size? This is the toolbar:     
asked by 19.03.2014 / 22:06
2
answers

Change background of a class dynamically

I have a site where content creation is dynamic and the user can choose the color to be used in components, but I need it to see the update in real time, so I need the class to be changed with the required value and that the added elements also...
asked by 08.05.2014 / 00:01
3
answers

Help positioning div css

How do I make sure that my <div id="rosa"> occupies the entire available area even when the window is resized and not a specific height? html, body { margin: 0; padding: 0; } header { width: 100%; back...
asked by 05.07.2017 / 15:30
2
answers

Background background with text

How do I make this effect of letters over the image that is like Background, or how do I search for it in google?     
asked by 09.02.2018 / 02:47
4
answers

How to make the DIV fill 100% of the display?

Good afternoon I would like to create a site where the height of the first DIV is 100% of the display displayed to the user, and when giving the scroll, the other elements appear normally. I know I have a way to calculate this using jquery or...
asked by 12.02.2018 / 17:37
2
answers

How to scale a div without changing the child elements?

How do I make the opacity and size of the content within the paragraphs not change when the transition occurs?! #quadrados{ padding-top: 2vw; overflow: hidden; width: 100%; height: 30.5vw; background:url(imgs/pared...
asked by 22.12.2017 / 21:11
2
answers

Is it possible to change text from a "content" of a CSS pseudo element via Javascript?

Example below #test{ content:"blablabla"; }     
asked by 14.12.2017 / 02:13