Questions tagged as 'html'

1
answer

How to get the value of the table calling from php?

I have a problem with the following code: <table border=7 ALIGN=CENTER width="70%" bgcolor=#ffffff> <form role="form" name="registro" enctype="multipart/form-data" action="vehi-consul.php" method="post"> <TR ALIGN=CENTER&...
asked by 21.06.2016 / 16:53
1
answer

How do I achieve that the Div does not overflow? [closed]

$(document).ready(function() { //Botones de la comida var bon = document.getElementById('boton1'); bon.addEventListener("click", agregar1); var bona = document.getElementById('boton2'); bona.addEventListener("click", agregar2) //Funci...
asked by 15.06.2016 / 02:12
1
answer

TAB problem with the CSS style sheet

I have a problem with the HTML and the style sheet in a tabbed navigation. When I move the mouse pointer over the tab, it does not work correctly, only at the ends of the tab; If I click in the middle of the tab, it does not do anyth...
asked by 13.09.2016 / 20:46
2
answers

Reset ajax form append

Good, I'm with little problem. When I open the field to edit .. I load the current image, and below the input file .. When I change it and I submit, everything works perfect .. My problem is .. That when I try to edit another field, the modal op...
asked by 09.06.2016 / 16:44
2
answers

Mount an html site to an iis server

How can I mount a folder that has html documents to an iis server? just add the site but do not let me see the page.     
asked by 04.04.2016 / 18:15
1
answer

Active and Hover come together

I'm making a website. When a page is active, the button on that page turns dark blue. I have entered a dropdown-button and it is giving me a lot of problems. When the Multimedia button (dropdown-button) is active, the hover does not stop,...
asked by 10.11.2016 / 11:28
1
answer

Change class and name to an input depending on a radio input with jquery

Having a code like this: <input type="radio" id="campo_1"> <input type="text" class="hidden" name="campo_1"> <input type="radio" id="campo_2"> <input type="text" class="hidden" name="campo_2"> I want,...
asked by 02.01.2017 / 09:19
2
answers

The change event is not thrown in select bootstrap in chrome [closed]

My problem is this and it is that this code: $("#consultas").change(function(){ console.log("opcion2"); alert("Hola"); }); It works correctly in Firefox but I do not know why not in Chrome (In other browsers I have not...
asked by 02.01.2017 / 14:57
1
answer

Visual problem with Bootstrap [closed]

I have a problem with Bootstrap, what happens is that in the system that I am developing has a menu that loads the forms in the MasterPage but if you click on the <li></li> in the menu of the form that is already open, the scr...
asked by 11.04.2016 / 16:00
1
answer

dropzonejs and wait time to upload a photo

I am using dropzone and I have the following code: <form class="dropzone dz-clickable dz-started" method="post" action="comprueba.php" enctype="multipart/form-data"> <div id="footdrop"> <input style="visibility: hidden; position...
asked by 22.04.2016 / 16:39