Questions tagged as 'html'

1
answer

Request field fill in url

Good afternoon ... I need your help. I have a page in html + php which basically is a field that queries a mysql database with ajax and returns the result as the field is filled with the correct number of numbers (10 digits). I wanted to m...
asked by 11.11.2017 / 22:18
1
answer

Different sized table?

Hello! I'm cracking my head trying to get my table to have the left column bigger than the straight column. And I would very much like someone to help me. /* Post Table */ le#alter tr td {background: #fff;} table#alter tr.dif td {backgr...
asked by 29.11.2016 / 01:19
1
answer

Picture does not appear 100%

I'm trying to create a LandingPage but the first image is being cropped I'm using this CSS : .parte1 { min-height: 100%; max-height: 100%; padding-top: 50px; padding-bottom: 50px; text-align: center; col...
asked by 11.12.2016 / 15:05
1
answer

Code Improvement

I'm doing a college job, to show the benefit of user interactivity with jquery. The way I did it was: Content is responsible for the part of displaying the image and doing some onclick function. However, in content exchange I have to return the...
asked by 09.12.2016 / 18:24
1
answer

How to put the same animation on two canvas at the same time?

I have an animation in "html5 Canvas" (using Flot Real Time) and now I need it to be cloned in real time for a new canvas, that is, draw the same thing on 2 canvas at the same time. So I just tried to give a copy of the image, but of course i...
asked by 16.12.2016 / 09:47
2
answers

Form Validation with Javascript

It shows the error only in one field at a time, ie the part of "getElementById ('tuser')" and the other tpass, is the element of error. I wish that if both are null, show the error in both at once. However, I would like to use this same method....
asked by 13.10.2017 / 23:16
4
answers

How to select more than one item in a Select Option

Hello, I need to choose more than one option in a select eg I could have a checkbox inside the select but I do not know how to do it, can you help me? <div class="col-md-3"> <label st...
asked by 11.10.2017 / 16:42
2
answers

How to switch table colors by grouping by a specific table field?

I have the following code. <table style="width:100%;"> <thead> <tr> <th scope='col'>&nbsp;&nbsp;Nº Comanda&nbsp;&nbsp;</th> <th scope='col'>&nbsp;&nbsp;Produ...
asked by 04.10.2017 / 13:35
1
answer

side menu with left margin

I have a% central% and div to put the menu. The problem is that there is a left margin that I can not take at all. I think it's because of the style of div . link     
asked by 22.11.2016 / 14:16
1
answer

Create share button on Linkedin

I'm developing a Web Project and in this project it contains the button to share in Linkedin (custom). I've worked with sharing Facebook and Twitter and so far it's working fine, but I've never used Linkedin sharing, have anyone used it and c...
asked by 05.08.2016 / 20:01