I would like to share the content of a div in Facebook, the div is within a cycle for of PHP, therefore various information is loaded in a table. What I would like to know is how to share the content of each of the div...
When I position an element absolutely within another element (with relative position), the coordinates that I put are counted from the ends of the container without taking into account the edges (which would be equivalent to the inner part of th...
I already know that this could be done with other programs, but it has caused me curiosity in CSS.
As you will see, img-amarillo has the same filter as img2-amarillo , however in the first one it does not change color and in...
I hope you can support me with the following question.
At the moment of sending a alert in a validation I would like a sound to be output along with the alert as I can do that.
I have tried several things but they do not work...
I am trying to center the following without losing the responsive and there is no way:
<div class="row">
<span class="col-md-1 text-right">Periodo:</span>
<div class="col-md-2">
<input...
I am creating an adaptive image gallery where thumbnails of the image are displayed in squares. For this I put the background images using background-image and so that the image occupies the whole square, I use background-size:cover...
I have a problem in a form where I collect data with input and I want it to only collect digits instead of letters.
I am using an IndexedDb database and I keep it in the same as null because of the type of object store that I have created...
I have an html table inside a div with scroll in Y, inside the table I have a header that I want to be fixed, how can I make the header of the table stay fixed knowing that the table is inside a div.
div.tableContainer {
wid...
I create an input in the following way:
var monto_inp = document.createElement("input");
monto_inp.name = "monto";
monto_inp.placeholder = "Monto";
monto_inp.classList.add('detalle_pago');
monto_inp.classList.add('monto');
I would like to a...
I'm using a tag with a href that calls id to do its function
<a href="#openModal">Abrir</a>
It happens that I can not use a tag at the moment because I'm hurting all the work, I want to know what other tag I can use and th...