Questions tagged as 'html5'

4
answers

Center div with CSS

I'm making a profile with your image as verified, but I can not get the image check to be placed next to the image of the profile, I put the parent div of the check as position:absolute but it does not work either. .profile...
asked by 28.04.2017 / 02:22
1
answer

Use of the ng-bind directive in html tag "option"

I have a select tag and within the select a tag option, I need to use the ng-bing directive, but so far it does not show me any information. This is my code: <select id="SecretQuestion" ng-model="employeeToSave.questionID" ng-...
asked by 22.02.2016 / 17:50
2
answers

How to create a formData.append to be able to send inputs of type File?

I want to send a input type="file" from a form , to send all the data of my form I use the formData , which I created from scratch in order to capture each of the data that exists in my form and receive it on a page php , on this page I can...
asked by 24.06.2016 / 01:35
2
answers

Drag and drop, have all the elements on one side or the other

I have the following code, it is a simple drag and drop. It happens that when I move the elements of div1 to div2 I can move all the elements, but when I try to move the elements of div2 to div1 I can only move one at a time. The question is how...
asked by 30.07.2018 / 15:36
2
answers

Error onclick Uncaught ReferenceError

I want to call a method of my JS and pass a variable but it gives me Uncaught ReferenceError, how can I fix this. PHP / HTML <div class="col-4 col-md-2 topbutton "> &...
asked by 26.09.2018 / 02:55
1
answer

Change the color of a box in the hover state of a snip1281 CSS

I'm making a model and I'm using snip1281 that have an effect on the hover, each image or race has a hover effect of a top line with color and a box with the same color on a white text, but all the races have a different color that each box in i...
asked by 06.07.2018 / 20:11
1
answer

prevent repetition of the key pressed long time

How can you keep it from repeating the pressed key? that is to say that when a key is typed it only has to be written only once     
asked by 21.12.2016 / 04:52
1
answer

Text in javascript with 'script / script'

I am adding a script in html and within a string of the style. I do this because we show a piece of code on our platform that we want the user to be able to copy by clicking on a copy button: <script> function copyCode(){...
asked by 15.06.2018 / 10:04
2
answers

Warning message in css

I'm using html error messages <form> <input required /> <input type="submit" /> </form> My question is: can the sign be modified? make it bigger, change the color and other ... I show it in an image     
asked by 27.11.2016 / 01:45
1
answer

Run script from several elements with the same name

Good trades I have several elements <img class="img-producto"> and a javascript function in which I search with the events 'mouseover' and 'mouseout' is that when passing through the images that are in <img class...
asked by 20.12.2017 / 20:27