Questions tagged as 'html5'

3
answers

Keep the height of a div block proportional to its width

Hello, I have a block div as a vertical column of indeterminate width and height, as they depend on the amount of content and the device, and I want it to have another block div on the top that has width: 100%; but the height...
asked by 25.04.2015 / 07:51
1
answer

How to remove an already selected item from a multiple upload

I have this example and would like to remove an item from my selection. But it is not removing properly, has a problem with the index number, how could I solve this? link     
asked by 09.11.2015 / 22:21
1
answer

How to remove validation icon required HTML5

How do I remove this icon marked above in the image?     
asked by 05.10.2015 / 19:49
1
answer

How to change the color of a FLAT-UI select without using less?

Is it possible to change the color of a select (from data-toggle select, including options) of Flat-UI by CSS without using less ?. In this FIDDLE that @dHEKU posted in the comments, the color of select default has al...
asked by 19.06.2015 / 22:32
1
answer

Open camera inside a div [Ionic]

I'm developing a small application with Ionic, which will be builded for android. I need to access the camera from the device in the video application, but when I do, the camera application is opened from the outside. I would like the image from...
asked by 07.10.2015 / 21:53
3
answers

Use HTML5 form validation next to Jquery

I need to validate a form using the browser with the required property. Only that there is a problem, my submit button is not on the form. It has to stay out, and when I click on it I call $('form[name="meu_form"]').submit() and wh...
asked by 01.11.2015 / 19:39
1
answer

Timeline Effect

I would like to know if there is a plugin for the same effect as this site here: link As for how it works, it has a sort of vertical ruler.     
asked by 26.05.2015 / 18:22
1
answer

Problem loading image in HTML (Performance)

While the script is downloaded and run, the entire parser process of the DOM is blocked, this prevents rendering of the rest of the page. And this applies to every script tag on the page. OnewayIfoundto"work around" this problem was to put all J...
asked by 08.06.2015 / 14:26
1
answer

Element inline

Hello, I wanted to take a question because an element <a> inline does not work padding-top a{padding-top:80px;background-color:#2c3e50;text-transform:none;color:white;}     
asked by 01.05.2016 / 07:06
1
answer

How to control the thickness / thickness of the tag 'strike, del, s', the famous line above the text

Today I was developing a project and I got to the point where for the first time in my life I decided to use the <strike> HTML tag. I do not know if it was the font style I was using, but the line above the text was barely noticeabl...
asked by 23.03.2017 / 19:21