Questions tagged as 'html'

3
answers

How can I validate that an INPUT TEXT does not accept special characters? ?!)) $ &. '! "@ &

I have a function: <input class="tf w-input" id="txtMsj" name="txtMsj" maxlength="256" placeholder="Identificación" type="text"> <input class="bn naranja w-button" onclick="goto('frm')" value="Siguiente"> goto( doc ){ var txtMsj...
asked by 15.11.2017 / 03:00
3
answers

Random HTML images

How about, can anyone here help me to put a panel ( div ) with images that change every so often? I already tried with <marquee> but I can not get what I want. Here an example of what I want to achieve (is the one with a bl...
asked by 12.09.2016 / 01:19
2
answers

Div hidden make space in HTML

I have two modal windows created with CSS only Even though they are hidden, they make space between the HTML, the title of the page and the condo: TITULO - - - - - - - - - CONTENIDO Here's the HTML: <div id="ocultar"> <di...
asked by 10.03.2017 / 17:55
3
answers

Simplify jquery

I hope you can help me how to simplify some actions in jquery. This is my example link . It does what I want, but I think it can be simplified, I think it's the right thing to do. Of the example that I put this would be the part: $("#di...
asked by 13.12.2018 / 22:47
2
answers

HTML table problem with radiobutton

I have an HTML table with several rows, each row has a radiobutton, I try to make each row like a link, that is to say that it changes color when it is selected and its radiobutton is selected to obtain the id associated with the radiobutton, I...
asked by 26.02.2016 / 21:44
4
answers

how to use classes correctly in HTML

Performing a webpage I find myself with the following doubt at the moment of giving them styles in the CSS document, here a small fragment of a div that I have made: <div class="row" data-toggle="modal" data-target="#modalAddDir" data-back...
asked by 28.06.2018 / 17:07
2
answers

Bootstrap organize HTML structure of 3 columns moving positions without duplicating HTML

I have an HTML structure in Bootstrap, this consists of 3 columns, so it should be in the desktop version. I need the mobile version to be like this, start some features that allow this to be done? /*! * Bootstrap v3.3.7...
asked by 13.12.2017 / 00:57
3
answers

HTML / CSS align input radio [closed]

Good, I have a question about how I can vertically align each of the radio inputs, since when I put a LABEL longer than another one, the image occurs, I would like all the radio inputs to start in the same place (and that to put a longer o...
asked by 01.01.2018 / 22:05
2
answers

Get Name of an input in php

Is it possible to obtain the name of an input that was sent by post through php? Example: <form method="post" action="controller.php"> <input type="text" name="nombre" value="perro"> <input type="submit" value="enviar"...
asked by 13.12.2017 / 22:11
3
answers

CSS event when clicking on container

I have an image and I am trying to click on it to give me a flip effect that I have already done and to return the image to me. The point is that I have handled it with over and active. But one does it to me when I have the mouse on top of the i...
asked by 21.11.2017 / 17:35