Questions tagged as 'html5'

2
answers

My footer leaves the body, and an article is not shown

For some reason that I can not understand my footer, declared inside the body, it shows me out! And here is the footer, outside the body My HTML follows this structure: Body Header /Header Section main Article1...
asked by 21.10.2017 / 13:07
1
answer

Problem format imput date

My problem is that I use this: <input type="date" class="form-control" id="fechaInicio" ng-model="cita.fechaInicio" /> But I see the date in this format: 2018/02/02 and I get an error I do not want to save it so I need to change the f...
asked by 01.11.2017 / 17:56
1
answer

how to make a field input type password show the last 4 characters

I would like to do as they do that the fields input with type password can show the 4 characters, it is very common in the areas where you pay with a card, that you put your card and shows you the last characters or digits     
asked by 02.10.2017 / 02:26
1
answer

table with a tr of a single td

Good, I want my table in html to be with only one column in a row, something like a title, similar to this: I mean the cell that says Sign Up, the code in it is the following: <-tr> <-td align="center" colspan="2">Sign...
asked by 30.09.2017 / 22:40
1
answer

Apply CSS to a div [duplicate]

Hello everyone, I have a question about what I can do with CSS that my div looks like that, biased in half, greetings and I await your comments, have an excellent day.     
asked by 27.09.2017 / 18:42
1
answer

Edit parent element that has been clicked

Greetings, In this table I make a selection and in one of the "TD" I have made an INPUT to fill that space with the desired data, all with AJAX and working perfectly, but that I do an INSERT of the INPUT I keep coming out the INPUT box and I...
asked by 23.09.2017 / 17:52
4
answers

Background that occupies the width and height of the screen

Good morning I wanted to make a vertical web page to practice, and I found this one that I am following as a reference: Link to pag. reference website . How did you do for the initial background image, of your feet occupy exactly the widt...
asked by 08.09.2017 / 19:41
2
answers

PHP doubt how to generate a counter in the name of a radio button

I have a panel survey manager where I add, edit and delete dimensions and questions of the survey, through this the survey that contains 4 dimensions, in a total of 21 questions and with a likert scale, is applied. My problem is based on plac...
asked by 07.09.2017 / 22:21
1
answer

How to separate the error message from the Float Label

I have a form where you can enter data, validation of required fields, When I select the TextBox to insert text, the PlaceHolder property is placed as the TextBox title (FloatLabel), but those textBox validate that you have to enter data, so who...
asked by 19.09.2017 / 18:33
2
answers

Error adding values of a Foreach in MVC3 view C #

Currently I have an error adding some values of a foreach, the view is of extension .cshtml razor in C #, the code is as follows: <div class="panel panel-primary"> <!-- Default panel contents --> <d...
asked by 17.09.2017 / 23:56