Questions tagged as 'html5'

5
answers

How to make each input stand on a line separately?

I have this HTML and I would like every input to be on separate lines, in this case below that I had 3 rows, one for each input . *{ margin: 0px; padding: 0px; background-color: #ccc; font-family: 'Arial';...
asked by 27.10.2017 / 18:57
2
answers

Align HTML + CSS component

I need to align two buttons this way They should be exactly next to each other, but each at one end     
asked by 14.10.2017 / 04:12
2
answers

Modifying Canvas in real time

How can I use the tag canvas of HTML5 and make this change in real time as I enter the data in input ? I already made form and put tag canvas on the page. I would like to know if in%% of% it is possible to change the...
asked by 23.04.2015 / 17:49
1
answer

How to center a Modal Box in Horizontal and Vertical with CSS3? It's possible?

My ModalBox (modal-fade in Boostrap) is appearing at the top of the page! Can I centralize it in Horizontal and Vertical using only CSS3 ? If yes, what would be the right way? Follow my Modal code. <div class="container">...
asked by 27.11.2015 / 15:11
1
answer

How to access webcam and take photo with HTML5 and Javascript? [closed]

Does anyone have an example showing how to implement this application and then save the image?     
asked by 15.04.2015 / 17:25
2
answers

Enable / Disable button according to field validation

I'm performing date validation for two <input type="text"> fields with jQueryFormValidator : $.validate({ modules : 'date' }); <script src="https://ajax.googleapis.com/ajax/libs/jque...
asked by 29.05.2015 / 01:16
1
answer

Smaller image than original uploaded on canvas when drawing drawImage ()

I'm developing a system for filtering images with html5 canvas, however, as I'm at the beginning I've had some doubts and errors. In this "beginning" I want the size of the canvas to be the same as the one of the chosen image, so that it occupie...
asked by 07.05.2015 / 21:06
1
answer

Change script to display video in Html5

How do I make this script show a video in HTML5 instead of in Flash Player? My script looks like this: In this script it injects the video link into the flash player, I would like to replace that with an HTML5 of type <video class="" wi...
asked by 15.09.2015 / 20:05
1
answer

What are the ways to store data in the browser?

I need to store information in JSON format directly in the browser, I've heard of localStorage of HTML5 but it has storage limits that I would like to extend if possible, if there are no alternatives? I would not like to use cookies .  ...
asked by 24.02.2015 / 16:51
1
answer

How to fix CSS problem with letter-spacing and right-aligned text?

I have a situation in which I have a container with two lines of text in right-aligned. Only one of the lines has the letter-spacing: 15px; property to increase the spacing between the characters. The problem is that letter-spacing...
asked by 19.11.2018 / 13:24