Posts by Machado da Costa • 11 points
2 posts
-
1
votes2
answers623
viewsA: How to use css to overwrite half of another DIV that is overflow without using position: Fixed?
One should not belong to the other, but have to test when they are next to other elements. .div1 { width: 50px; height: 100px; background: #000; margin-left: 70px; position:absolute; } .div2 {…
-
0
votes2
answers108
viewsA: Handling of Javascript Dates
<input type="text" id="ini" value="28/03/2017"><br> <input type="text" id="fim"><br> <script> var anos = 3; var dataNoCampo =…