Questions tagged as 'css'

7
answers

Hide input value

I need to hide / remove the value of my input, but I'm not getting anywhere, where am I going? Thank you very much HTML: <div class="caixa-pesquisa"> <div class="caixa-pesquisa-input"> <input type="text" class="pesqu...
asked by 14.02.2014 / 19:28
1
answer

What is parse, and how DOM parse works in HTML5

I started to study CSS3 in depth, and I ended up wanting to better understand how HTML rendering works in the Document Object Model (DOM), and how to do this joining of HTML and CSS (and JS) style tags in the browser . I've read a lot, but he...
asked by 21.11.2015 / 19:14
2
answers

What is the difference between Animation and Transition CSS

What is the difference between the animation: and transition: properties of CSS?     
asked by 17.04.2015 / 22:22
3
answers

Automatic calculation in text box

Good morning. Is there any way for the user to type this in a text box: Does a script run the account automatically and result, in this case, = 1? It is also important that he do this with all operations and that it is in pure javascript....
asked by 02.08.2014 / 16:55
1
answer

What is baseline?

Studying Flexbox (type of layout in HTML / CSS ), I came across this concept of baseline , which I had never seen before:    align-items       ...           ...    baseline:Itemsarealignedsothattheirbaselinesalign  Lookingaround,Isawtha...
asked by 04.04.2015 / 09:32
2
answers

What exactly is hypertext?

I searched and did not find an answer about this: Is CSS considered hypertext? I have this doubt because PHP, which is hypertext preprocessor, can also preprocess CSS and even JS.     
asked by 11.10.2015 / 04:11
1
answer

Building a "3D" building with HTML, CSS and JS

How can I reproduce the image below using HTML, CSS and JS (maybe images)? The numbers of "floors" are unpredictable and each "floor" should be "clickable," a <a href="#"></a> , or something like that. Is it possible to...
asked by 18.02.2015 / 16:38
2
answers

How to change the color and background of selected text with the mouse?

When we select a text with the mouse in a website the text is white and with a blue background (I think it can vary from browser to browser). But I would like to know if it is possible to change the color and background of this text with CSS onl...
asked by 24.10.2018 / 22:55
3
answers

Navigate horizontal scroll by pressing tab

I'm using the datatables plugin. I built a table where the first four columns are fixed and the others (which will be generated "dynamically") have input for quantity typing. My intention is that when the user presses tab to g...
asked by 16.06.2015 / 16:29
1
answer

What can be done to improve the performance of a very large CSS (384KB)

My site has a style sheet, already mined, with a total size of 384KB. If possible, what can I do to improve performance? I thought about compressing with GZIP, which would leave the sheet at 59KB, and even split that sheet into 2 sheets of...
asked by 17.12.2014 / 03:08