Questions tagged as 'html'

2
answers

How to apply scrollbar only in the tbody element in an HTML table?

How to apply scrollbar (scrollbar) only to element tbody , thus leaving element caption and thead fixed in table, without moving when scrollbar moves. > Below is the HTML and CSS of the table: bo...
asked by 10.06.2016 / 18:56
2
answers

How to include an action in the button to register with HTML5?

I have the following code: <form action="paginas/login.php"> <p id="log">Usuário: </p> <input id="cmpG" type="text" name="usuario"/> <p id="log">Senha: </p> <input id="cmpG" type="password" name="...
asked by 06.09.2015 / 02:41
2
answers

Placing control to advance and return in Slide Show

I would like to know how I can change the Slide Show script below so that it works with two action controls named Next and Previous and I need the Slide to only change the text if the user clicks one of the buttons to make the change of the Slid...
asked by 01.09.2015 / 16:30
4
answers

How to do lidiv class="class" onclick="window.location = 'link';" / div open in new tab?

I'm trying to open a link in div in a new tab, but       target="_blank" is not working. Eu queria abrir o link numa nova aba. <li> <div class="clientes" target="_blank" onclick="window.location='LINK';">...
asked by 19.05.2017 / 16:41
1
answer

How getTime works

I have 1 cookie script and it has a system of course of course .. I would like to understand this count: date.setTime(date.getTime()+(days*2*60*60*1000)); How much time do I have on this count? How much would this amount give? * 2 * 60 * 60...
asked by 04.12.2016 / 01:32
2
answers

Hiding half of a content

How do I do what is illustrated in the image? Knowing that content is not just text but buttons and other things on the home page of a site!     
asked by 27.12.2016 / 14:55
2
answers

how to automatically fill in an input?

As the code with several textfields shows, I want to make visible just dataEntrada, dataSaida and KM and from these 3 fill in the others that will be invisible, the amount to be paid will be displayed in an alert when you click on simulate. Th...
asked by 03.06.2018 / 01:27
3
answers

How to add a div or p within a table

Well I have a table that I set up with css. I need to add a note within a few lines, ie it will not be on all lines. The problem and I'm not getting it, I tried to post the doubt here in another way, but the solution was not very good. Goo...
asked by 07.02.2017 / 14:04
2
answers

When to start the site already request the login

I'm creating a website and I have a question. How do I do when the user enters the URL address or click a button that goes to admin.html, and automatically appears the login page? or as soon as you start admin.html already appear first the login...
asked by 26.12.2016 / 01:00
1
answer

Do not allow insertion of a later date to another already inserted

I have an HTML form in which I give the user the ability to enter a start date and an end date, and of course I do not want the end date to be earlier than the start date. Inputs for the dates are of the "datetime-local" type. My goal would b...
asked by 22.03.2017 / 18:41