Questions tagged as 'html'

1
answer

Modify the css of an entire row when checking

I have the following code and clicking on a text that is cut out expands the box where it is, but I can not get the whole row to be extended along with that, something like modifying only the css to: input[type='checkbox']:checked + tr>td&g...
asked by 15.06.2018 / 00:14
1
answer

How to deploy a nav-bar dropdown bootstrap 4

Hi, I wanted to know how I can leave this dropdown menu open, which is done in bootrstrap 4. .categoria-prod #collapsingNavbar .dropdown .dropdown-menu{ position: absolute; transform: translate3d(0px, 41px, 0px); top: -43px!impo...
asked by 14.06.2018 / 21:31
1
answer

Get form variables when submit and pass them to a php

I would like to know how to get the input values of a form. I show the current values extracted from the database by means of an echo and the intention is to be able to change them. The code (editproyectos.php) would be:      <table class...
asked by 06.07.2018 / 15:21
1
answer

Sesgar div with css

Good morning, I have been investigating a bit about how to do the following, but what I have found although it is similar to what I want to achieve is not exactly what I am looking for, what I am looking for is to skew a div and that the result...
asked by 23.08.2018 / 18:28
1
answer

HTML Table exceeds the width assigned to it

I have the following code: <table class="TblReporte" border="1" cellSpacing="1" cellPadding="2" align="center"> <tr> <td align="center">RETIRO</td> <td colspan="2" align="center">CAJA...
asked by 12.07.2018 / 19:30
1
answer

Scroll to a div from another page using angular navigate navigate 4

I'm doing a navigation menu, in which I use angular.navigate router, which works correctly. However, I do not know how to do it so that when I click on the first element of the navigation bar, I will go to the page and scroll to a div that I hav...
asked by 11.07.2018 / 23:24
2
answers

Print sql query result in 2 different selections with html and php

please help, the problem is that in I have 2 select tags which create the option tags with the result of the query sql, in the first select it works correctly but in the second select they do not load the results, my code: <div id="crea" cl...
asked by 30.05.2018 / 17:12
1
answer

How to change the language of flatpickr?

I have a date field in my view that is as follows: <input class="flatpickr flatpickr-input active_es" type="text" placeholder="Select Date.." readonly="readonly"> and a javascript where I use Flatpickr: function form__date_register(...
asked by 31.05.2018 / 02:08
1
answer

Change the AdminLTE Skin

Hello colleagues I would like to change the skin of the AdminLTE Template through a menu, by that I mean that I create a menu where the different skins that it brings appear and when they change without changing the CSS class, modifying it every...
asked by 05.06.2018 / 20:33
1
answer

Maintain hover effect when selected

I have a problem to keep the effect hover , I look for when clicking that the image maintains the hover effect, and if I select the other image the effect of the first image is removed, and the second image maintains its hover effect . Tha...
asked by 06.06.2018 / 18:54