Questions tagged as 'html'

4
answers

Block expired dates in an input type date

How can I block previous dates in an input type date     
asked by 01.08.2016 / 17:31
4
answers

Where does this point in this first example?

There is one thing that I do not understand and it is in this case: the operation of this . This will always point to the object containing the function and the this will be called from the function, my second this...
asked by 20.12.2017 / 12:00
2
answers

CSS: Put two bootstrap buttons side by side

The buttons look like this: What CSS rules would I have to put them in so that they would be next to each other? <td> <a href="{{ route('admin.admins.show', $admin->id)}}" class="btn btn-info btn-sm">View...
asked by 08.09.2017 / 09:42
2
answers

How to create displacement to the body so that it is not coarse

How to put the displacement effect on the body so that when we go down with the scrollbar the bottom of the body; Do not go down so rough but find a nice little transition. I have done some research and here are examples of what I need: l...
asked by 14.01.2018 / 01:19
4
answers

Last-child does not work in css

I'm trying to do a background with last-child and I do not understand very well why it does not apply the style I want. I want the last div containing the child class to have background , how can I do it? SOMETHING IS...
asked by 26.10.2017 / 15:16
1
answer

Make the dropdown roll out when hovering (HOVER)

I would like to make the dropdown menu be displayed when I mouse over the top and not when I click. How could I do it? <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="s...
asked by 31.05.2018 / 14:47
2
answers

Background image HTML background

I have a background image of my web page called "fondo_campo1.jpg", the problem I have when viewing the image in full size. The image is repeated if the size is not larger than the resolution size of the screen. And if I put the property: b...
asked by 18.12.2017 / 10:23
2
answers

Clean content whose tag is the same

I have several span tags with the same class and I am treated by a function that traverses all span and clean its content. I have raised this but it does not work for me function limpiarError(){ var spanTag = docume...
asked by 01.12.2017 / 18:36
3
answers

How to add columns of an HTML Table?

I just wanted to know how to add the columns, since I'm new and would like to know how to apply it with java script. This is my function: <table id="tabla" class="table" style="width:51%;"> <thead> &l...
asked by 29.08.2017 / 23:57
2
answers

How to Align the content of a Placeholder within a TextArea?

Well my problem is that I have a <textarea> on my page and I use the attribute placeholder= to give the value of user such that: <textarea id="usuario_nick" placeholder="usuario"> The problem is that the t...
asked by 10.08.2017 / 22:39