Questions tagged as 'css3'

2
answers

How to put a footer of a HTML CSS box

I am recently in the world of html and css, almost 2 weeks I am doing these pictures, but I would like the part of rojito that is a button, that will remove its properties (wight, line height, etc) that is why see so, I would like it to always r...
asked by 26.05.2017 / 17:31
1
answer

Transition to dynamically created elements

I am creating a system to upload images with drag and drop, the idea is that each image is added by appearing in a grid, I use promises so that the image only appears when it is already loaded with the onload event, but not I get it to appear wi...
asked by 17.04.2017 / 04:46
1
answer

Button reset timer count JavaScript

I'm doing a timer in JavaScript and I want to program the Reset button to save the value entered in the example input: Hours = 0, Minutes = 20, seconds = 0 When I start the counting start from 00:20:00, so on Thank you very much $(doc...
asked by 09.11.2016 / 21:26
1
answer

Prevent safari from "reacting" by using touch in BODY

I'm doing a webAPP, and using the safari (on an iPAD) it happens that using the touchpad in BODY, where there is no other element, the browser "reacts", it seems that "select" all the elements or something similar. In addition, by pressing the t...
asked by 14.10.2016 / 04:21
2
answers

How can I make the footer stay in the footer?

good morning, I want to know how to put the footer down to the main, that is, when the page is too big that the footer does not appear until you go through the bar, I tried everything I searched but nothing , this is the css that I put: css:...
asked by 10.07.2018 / 16:12
1
answer

Ninjas: Given some coordinates, take css transform (skew, rotate) to paint an image

the API returns some random coordinates that will be the container of the image, and these coordinates will always be a rectangle but it may not have angles of 90 degrees so I have to deform the image to adapt it to this container. I think th...
asked by 22.03.2018 / 12:10
1
answer

Event for input type color

I have a color button in a text editor to change the font color but I could not execute the event, I attach the code: <input id="Color_Letra" runat="server" name="color" type="color" value="#000000" onchange="Pintar"/> This...
asked by 18.03.2018 / 01:26
2
answers

'Deactivate' an element in HTML

I need to 'deactivate' an element <a> , after having clicked on it. I am using Bootstrap, when clicking on an element <a> , a modal opens and when closing it, the element <a> follows as if it were 'selected'....
asked by 18.09.2017 / 23:16
1
answer

Call elements of a div with javascript

I have a section that is hidden but clicking the button does not work, the truth is that there is almost no javascript, but do not be mocking please. My css .cal{display:none;} .calculadora{width:95%;text-align:center;} .calcula...
asked by 05.11.2018 / 07:37
1
answer

How to organize mosaic DIVs (with different heights)? [duplicate]

Help with organizing divs with float Post page with different heights, to present projects and news on a web page. example of the post list I try to make a grid where projects are shown in three columns, but sorted from left to righ...
asked by 04.02.2017 / 21:26