Questions tagged as 'html'

3
answers

Effect blur on a banner with CSS

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...
asked by 26.01.2018 / 05:02
3
answers

How to send values by GET other than those in the form?

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&...
asked by 18.11.2016 / 18:09
3
answers

Scale background image maintaining appearance

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...
asked by 13.05.2016 / 06:24
2
answers

fixed html table header inside div

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...
asked by 29.08.2018 / 18:19
3
answers

how to use a href on a label other than (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...
asked by 25.09.2018 / 00:12
2
answers

Validate several input with a single function

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...
asked by 09.08.2018 / 20:26
3
answers

Current date in input html

I'm looking for the field: <input type="date" id="fecha" name="fecha" Type date show the current system date, thanks.     
asked by 09.08.2018 / 21:54
3
answers

That an alert tells me that Fila eliminate

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...
asked by 21.07.2017 / 16:56
2
answers

Metatags with or without an accent

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...
asked by 13.01.2017 / 00:47
3
answers

Problem with CSS - Background Color

I have the following code: .llamativo{ border-left: 1px double darkgray; border-bottom: 1px double darkgray; box-shadow: 0 0 5px inset; border-radius: 4px; font-weight: bold; font-size: 22px; padding: 10px; margin: 5px 0;...
asked by 10.01.2017 / 19:32