Questions tagged as 'html5'

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
1
answer

Can you change the contents of one container to another?

I would like to know if I can change the content from one container to another when the page becomes responsive. I want the following example to put the content of the aside in the middle of article two and three <div class="contenedor">...
asked by 23.03.2018 / 00:04
0
answers

how to upload files to drive [closed]

I am programming a repository users attach their document, after this attachment I want it to be opened with word online or google doc and can be edited directly from the page. How can this be done? thanks     
asked by 10.01.2018 / 15:28
1
answer

Create a File Uploader with a progress bar and it does not work

I have a problem with my code, the problem is in the JavaScript but I do not know what it is, I also attach the html and css to make it look better. The idea is to make a file uploader with a progress bar to store files, I have it uploaded to th...
asked by 01.03.2018 / 20:23
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

Help With the placeHolder and label Float

I have the following form: As you can see they have the PlaceHolder property, besides this I also add a Floating label, which what makes the I choose the TextBox is placed as a title, as seen in the following Image: So far so g...
asked by 20.09.2017 / 04:47
1
answer

Canvas does not behave the same, indicating dimensions on the label or in CSS

Currently I am watching an online course on HTML5 and I have come to the part where they explain the operation and all the properties of the Canvas API. All right until at a certain point we begin to make strokes, I realize that I do not leave a...
asked by 03.09.2017 / 01:42
0
answers

Problem with icheck and online onclick event [closed]

I am using the icheck.min.js library and the problem is that the onclik event of my radio buttons no longer work. The code is in this way: HTML: <form method="POST" action="<?php $_SERVER['PHP_SELF']?>" role="form"...
asked by 28.08.2017 / 17:49