Questions tagged as 'html'

1
answer

Datatables processes only one request

So, I'm making a custom selects system with the datatable, but the request only processes once. Example of my php, js and html <div class="input-group has-feedback" id="divCidade"> <div class="input-group-addon"> <...
asked by 31.03.2017 / 20:26
1
answer

Improve writing resolution with HTML5 Canvas

How to increase the resolution of the stroke when drawing with Canvas on the Touch Device. I can increase the thickness of the trace, the color of the same but when I make a circle leaves some parts straight or square. var canvasWidth = 30...
asked by 06.03.2017 / 13:22
1
answer

Divide CSS styling [duplicate]

I'd like to know how you can customize the div to make it "cross", as in the image below, where the top-left and bottom-left of the orange div are half cut.     
asked by 10.07.2016 / 16:08
2
answers

Carousel with only CSS: problems with centering and setting size

I have a carousel created with only CSS, but I have identified some difficulties. All images are in the 4: 3 aspect ratio and can have up to 640x480 px (that is, they may be smaller than this value), so: I can not center the next and previ...
asked by 12.11.2016 / 20:26
1
answer

autocomplete="off" in input type "password" is required? Because?

One of the systems I work with was analyzed by a security team and among some security practices they recommended, was the inclusion of autocomplete="off" in elements input of type password . I would like to know if this w...
asked by 22.11.2016 / 14:04
1
answer

How do you have at most one selected leader in all selects?

How do I when I select the Leader option , javascript does not allow another function to be selected (multiselect)? The scenario is as follows: Each select represents the roles of each user. The user who is selected as Leader , can n...
asked by 30.11.2016 / 03:45
1
answer

Align div vertically in Internet Explorer 11

I'm studying css and challenged myself to create a reproduction of an image that follows: Iwasabletodosomethingsimilar,butIcouldnotworkthesamewayinInternetExplorer,Isawsomeexamplesusingdisplay:tableandposition:relativebutIdidnotsucceedinacro...
asked by 17.06.2016 / 22:40
1
answer

How to manipulate multiple inputs with same name in Java?

How do I manipulate in the backend using multiple input 's with the same name ? For example: <input type='text' name='telefone' ><br> <input type='text' name='telefone' ><br> <inpu...
asked by 22.06.2016 / 01:52
1
answer

How to export a specific table from an html to another html via php?

I have an HTML file with multiple tables throughout the code. The function of this file is to export these same files to other HTML files (one file per each table). So this file works as a kind of information bank where I later want, I just have...
asked by 26.06.2016 / 22:48
1
answer

Remove a specific element with JAVASCRIPT from an HTML structure

Hello, I do not have much experience with js and I have a problem, I think it's silly, but I've tried to solve it for days and I can not. I've created a list of HTML elements with the following structure: HTML <ul id="NumerosAdicionado...
asked by 15.08.2016 / 14:29