Questions tagged as 'css'

4
answers

How to disable textarea resize?

How do I disable resize of a textarea ? <textarea></textarea> I would like you not to change the size of the box ...     
asked by 17.01.2017 / 13:41
1
answer

Map of Brazil - what is the best way to do it?

I have the following map: When the client hovers over a state, it has to change color. I thought of making several divs, to mount the map. Only this will generate a problem, as the divs are square, you will have to move the mouse right in...
asked by 12.03.2015 / 14:46
2
answers

How to make a marquee without the tag marquee?

I need to use a marquee , but as everyone is saying marquee is a prehistoric thing and should not be used anymore, I am in doubt as to what to use in his place. On the MDN website it says this:    This feature is deprecated. While it may s...
asked by 04.04.2014 / 23:19
4
answers

More important than important

My style sheets declare formatting for a class something like this: .foo div label { width: 100px !important; } This comes from a plugin. I would not like to change the style sheets of the plugin, but rather add my own sheets to overwri...
asked by 08.10.2014 / 21:18
2
answers

What is the best practice of styling an Email body?

I'm in the development phase of a welcome email. I would like to know the most correct and used practice of adding the style in my email. My question is: should I use inline, embedded, or external CSS? I've noticed that many sites use the...
asked by 26.06.2017 / 16:31
1
answer

What is SASS technology?

Nowadays the dynamism in producing styles for a page or set of pages is essential for the developer. And CSS sometimes becomes somewhat complex with complicated, repetitive, and highly mathematical selectors. A technology able to overcome thi...
asked by 10.10.2015 / 02:04
5
answers

How to dim the blue light on a website?

I'm developing a website, and I would like to dim the blue light (as night mode), however, I have not found a way to do that. Is there a way for CSS, JS, or some other language?     
asked by 11.10.2017 / 09:09
4
answers

How to make this arrow in CSS

I have this following arrow in a layout, but I do not want to make an image but only with CSS. How do I do? do I have to use borders?     
asked by 24.11.2014 / 11:47
2
answers

How to force loading of JS and CSS files with each new published version?

Every time I publish a new version of my web application (a multi-company system) that has changes in JS and CSS files, some clients complain about errors and I find that it is the cache of the browser and I have to instruct the client to refr...
asked by 03.09.2015 / 20:57
4
answers

display: none consumes data?

Some questions about what happens when we use the% css property of css: Is the element loaded and not displayed? Or is it not loaded (and consequently does not consume data)?     
asked by 06.01.2016 / 05:10