Questions tagged as 'html'

2
answers

pass the value of a select to another select

I have two views, view1 = victims and view2 = reporter that are the same only change the name and the id of the person entered 1 = victim and 3 = whistleblower. as a complainant I have a check that when checked would have to pull the victim's...
asked by 19.02.2018 / 16:28
2
answers

How to reduce the footer from the bottom?

Hi, I want to make the footer be less high. With the help of Edgar Gutiérrez I got with this gif that found me. I have tried several ways and yet it did not work, because the upper part of the gif was lost, which gives it its charm. I want to cu...
asked by 20.02.2018 / 17:06
1
answer

Div and Responsive Content

Requirement Create a responsive div, that is, change the size of the content but the location is exactly the same, in my case, that changes the size of the bus and at the same time the size of the heads, maintaining the location. In this...
asked by 01.03.2018 / 14:19
2
answers

Remove space between inputs and cell

I need to remove the space that occurs between the inputs and and the edge of the cell. <table width="100%" border="2" bordercolor="red" align="center" style="border-collapse: collapse;"> <tr> <th bgcolor="red" w...
asked by 15.02.2018 / 16:01
1
answer

Nested rows with bootstrap grid [closed]

I need to create a grid, as the following image shows, I am using bootstrap 3 Example: Thanks !!     
asked by 26.02.2018 / 18:58
2
answers

Preview image

I have been trying to preview an image by just selecting it but I have not succeeded trying with this answer , I have tried to adapt it and I do not know what it fails. //Funcion que se ejecuta al inicio function init() { mostrar...
asked by 13.04.2018 / 17:31
1
answer

Change text "Select file" in Contact Form 7

How could I change the text in the file field of the contact form 7 plugin in Wordpress? Currently the upload button says "Select file" and has a placeholder that says "No file was chosen". I would like to change the text of the button and de...
asked by 09.02.2018 / 20:20
5
answers

How to display the radio input selected by a user when printing the screen

is the first time I ask for help since I'm stuck in a code for a few days, I looked for tutorials and help online but I could not solve them, so I go to bother them a little while to see if someone can give me a hand. I'm doing a form in html...
asked by 10.02.2018 / 16:19
1
answer

Call JavaScript functions in HTML

I have a JSP file of a shopping cart and to evaluate which servlet to use depending on the button action, with JavaScript I used a method to attach it, but when I click the button nothing happens. This code is part of the head and has a java...
asked by 10.04.2018 / 16:03
1
answer

Force change of text color using TweenMax

I have some hyperlinks with the CSS color with the property !important , because I need to change its color by default, which gives them another style sheet that I can not / should modify. .elementos { color: #fff !important; } And...
asked by 12.01.2018 / 18:58