I have the following screen and can not vertically center this form below on the screen. I set it to position: absolute; and add top:20% and it does not move! Followmyhtml:<header><divclass="local">
<img src=...
I know that we can make links by directing click href to an id of the page using # .
#content1, #content2, #content3, #content4 {
height: 50vh;
border: 1px solid red;
}
<a href="#content1"> CONTEUDO 1</a>...
I have the following HTML:
<select id="faturamento-mes-referencia">
<option value="1">Janeiro</option>
<option value="2">Fevereiro</option>
<option value="3">Março</option>
<option v...
I'm having trouble identifying what I should do to fix this error - I recently used CSS Progress Wizard , it works perfectly in google chrome and other browsers:
ButwhenIlookatinternetexplorer9,ithassomeerrors:
Here is the code for CSS...
Given a date ex: 5/24/1982, how to turn into years, months and days?
In the above example it would be converted to 33 years 1 month and 1 day.
The idea is to do everything in Javascript.
I was taking a look at the W3Schools tutorial, where I'm teaching you how to use% type% input in Bootstrap.
According to one of the examples, I saw the following code:
<div class="checkbox">
<label><input type="ch...
I have the following elements:
<p class="id-task">5</p>
<p class="status-change">
<i id="test-task" class="fa fa-flask fa-lg" aria-hidden="true"></i>
</p>
I'm trying to get the number of <p cla...
I'm trying to put a search on the page, similar to the CTRL + F of the browser. I have a list of links and this search would only point to this list. Here is a print for better understanding.
I created a table that is the summary of all my previous calculations and in this table I created a field where I placed a radial input to be able to select one of the calculated options. I need to identify which of the inputs was clicked, using...