Questions tagged as 'html'

2
answers

Align image to text with css

I am trying to create an alert with css and html as shown in the image: notification I already have the image above the rectangle and the rectangle begins right in the middle of the image, however I can not get my alert to be the same as the i...
asked by 07.12.2017 / 16:15
2
answers

keep selected HTML list item by clicking anywhere on the page

I am working with html and js, I have a series of icons as items in an HTML list that are part of a form, which if an icon is selected, the icon background changes to distinguish that icon is selected, and I get the name of the icon class in a t...
asked by 07.12.2017 / 23:14
2
answers

Help with jquery dynamic select

I have a problem with some dynamic selection fields, what I want is that when changing one of the select (a) the other select (b) is also changed and vice versa, the problem is that it must be done using the data- attribute cod, for example if I...
asked by 08.12.2017 / 17:14
3
answers

Get the last deselected value of a multi select with JQuery

I have the following multiselect: <div class="input-field"> <select name="id_empresa[]" id="select_empresas" multiple required> <?php $ids = array_column($id_empresa, 'id_empresa');...
asked by 06.09.2018 / 05:39
4
answers

Send HTML values to PHP function

Hello I would like to know how I can occupy the values that I give to an input of type number in this case in an html and occupy them in a function of a php file, I clarify that in that php file there are several functions .     
asked by 24.05.2017 / 17:20
3
answers

move form form to json

I need to pass this form structure to json : <form id="#" name="formulario" action="#" method="#"> <div class="panel-body"> <section class="container-fluid" style="word-break: break-all; word-wrap: break-word;" id="...
asked by 25.05.2017 / 16:54
6
answers

Center a div with bootstrap

I do not know much about design (layout) and I want to center the div (it appears in the right part of the image). I leave the code: <div class="modal fade" id="modal_form_proceso" role="dialog" aria-labelledby="myModalLa...
asked by 11.05.2017 / 15:58
1
answer

Form on the left and another on the right

I have this code: <div id="about" class="container spacer about"> <h2 class="container spacer about">Documentos de la compañia</h2> <div class="main"> <div class="login">...
asked by 04.05.2017 / 09:58
1
answer

Identify the form from which it is derived

On my website I have two sections: compras and ventas Each with a different layout . In each one the user can consult his personal data and modify them, the case is that when he is showing the same information I would be i...
asked by 11.04.2017 / 16:53
1
answer

Incorrect filtering in a MYSQL Conlsulta

How about, I'm developing a system where I have a database filter. I have the database with a field called "state" where I store 4 different data that are (Pending, Active, Completed, Does not Proceed) others called "depto1" and another ca...
asked by 05.04.2017 / 04:43