Questions tagged as 'html'

2
answers

Problem with toggle button

link I have a problem on the toggle button and I'm not figuring out the reason, when I click on btn-Help it was to appear another help-body div, but it is not working.     
asked by 28.12.2017 / 19:55
1
answer

Text formatting options for HTML / PHP

I would like to know if I have any scripts or anything related where I can add a formatting tab to the text on top of my text-area. As used in StackOverflow itself to create questions (Image 2). Picture 1 Image2     
asked by 16.01.2018 / 16:57
1
answer

Generate JSON from a URL and Search by Location

Well, I would like to know if there is any possibility of showing a JSON list from a URL and in the same url they generate the following values: nmConveniado , strong , ListEndereco . I tried to use the following script but did not succeed...
asked by 20.06.2018 / 00:17
3
answers

how to disable the login button when submitting the form to the user does not make multiple requests? [closed]

Hello, I would like to know how to make the logon button disabled when the form is sent, so that the user is not clicking several times and sending multiple requests. Thank you in advance.     
asked by 08.11.2017 / 03:16
1
answer

Div moving on the screen change

My initial site has an html start: <header class="headd"> <div id="divcentral"> <a href="index.html" id="linklogocentral"><img src="img/logo.png" id="logocentral"></a> <h1 id="titulo">Luk...
asked by 11.11.2017 / 03:55
2
answers

3 Div's 100%, 30% each, one on the left another in the middle and another direct

Hello, I have a problem with this basic CSS, I have a 100% parent div, I need the first child to stick to the left, the other one in the middle and the other one to the right. I tried something with nth-child but it did not serve me much becau...
asked by 27.11.2017 / 14:38
2
answers

Text and inputs on the same line

I need to put text, an input-text, another text and another input text in the same row (row) in html. I can not find a way. Can anyone help me?     
asked by 07.11.2017 / 18:18
2
answers

Rename a table column with: nth-of-type

I'm trying to change the name of a column in my table through css, I tried something like: th#colunatableprod:nth-of-type(1):before { content: "Produto"!important; } My table: <table class="table"> <thead class="black white-...
asked by 02.10.2018 / 21:38
1
answer

Help button back php

Good afternoon,  Button to return php.  I use the function below to go to the next question from a question system that I have, I could not create this function to go back, would anyone have any tips? Button: echo"<button id='button' t...
asked by 14.04.2016 / 21:00
1
answer

update a div without refresh on page, after insertion via ajax

I need to build a new (table-like) structure containing the information that has just been inserted into mysql via ajax without the page being updated. To specify better, I currently have a while that creates the div's from the database's reg...
asked by 07.03.2016 / 22:31