Questions tagged as 'html'

1
answer

Enlarge an image by clicking

Having a "thumbnail" image in HTML as follows: <img src="recursos/calle.jpg" width="80px" height="90px"/> How can I do so that when I click on it it enlarges in the form of a full view on the screen?     
asked by 10.02.2018 / 14:10
2
answers

Use special characters in option

I do not know if it's possible but I need to use special characters in a <option> that has accents. The option value is collected in a variable called $genero . The example I am trying is the following: <option name="Acci...
asked by 25.05.2017 / 15:55
1
answer

Pace.js does not work [closed]

Pace.js is an animated JavaScript bar loading the page. Official site: link My HTML code: <head> <script src="//raw.githubusercontent.com/HubSpot/pace/v1.0.0/pace.min.js"></script> <link href="resources/pace.css"...
asked by 19.04.2017 / 17:18
3
answers

How to align icons in the cells

Hello, I'm using the fontawesome library to show some icons in some cells <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> I try to put it in the upper part of the cell, and with valign=...
asked by 14.03.2018 / 19:42
2
answers

concatenate values in input with jquery

I have an html table which when clicked in a row gets me a value that I want to recover, How can I concatenate values in an input every time I get a value? $("table tbody tr").click(function() { var total = $(this).find("td:last-child...
asked by 13.03.2018 / 20:49
2
answers

HTML tag, which can be used to make the box

What tag in HTML can be used to make the box that surrounds Alternative Emails     
asked by 14.02.2017 / 13:14
3
answers

Questions CSS border top

Good, is there any way to make a border TOP with margin? When I do a focus or a hover, I put a top but a bit higher than the focus / hover element.     
asked by 02.05.2017 / 16:47
2
answers

Align radio button

<div class="input-group"> <span class="input-group-addon">Sexo</span> <span class="radio"> <label> <input type="radio" class="radiobox" name="style-0a2"> <span> Righ...
asked by 10.03.2017 / 14:32
2
answers

Input type number teased

I come to you with a slightly easy question to see who can answer me. I have a normal input type number with its two arrows to increase and to decrease limited to a minimum of 1 and a maximum of one hundred; <input type="n...
asked by 10.03.2017 / 06:44
2
answers

Does not javascript run completely: javascript, form or echo problem?

I have two checkbox groups that are filled with database and I have a javascript function that deletes them when a radiobutton is changed (there is a radio button to show each group of checkbox), I think they are causing problems because I can n...
asked by 07.03.2017 / 18:38