I have a banner and on it an avatar-like image. I have tried to add the blur effect to my banner but I have an error because the effect is done on my avatar and not on my banner.
To understand what I want, I share my JSFiddle .
This is my...
I have a form to send data by GET and I want to send an additional data annexing it to the URL, the code is:
<form action="/Libro?accion=salvar" method="get">
<label for="titulo">Titulo</label>
<br&...
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 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'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...
I have a form made in HTML with several controls and a script in javascript to validate if they are full or not, the problem is that I want to validate each one but not to do a function for each control
window.onload = function () {
do...
Good morning.
I have this Jquery code:
$(document).ready(function() {
$('#bt_add').click(function() {
var check = [];
$("#tabla").find('.selected').find('td').each(function(){
if($.trim($(this...
Should the metatags be put with or without an accent?
That is, like this:
<meta name="keywords" content="camión, árbol, lápiz"/>
Or so?
<meta name="keywords" content="camion, arbol, lapiz"/>
My doubt really is i...