Questions tagged as 'html'

2
answers

How to create a menu that has an effect with jquery

insert the image description here I would like to know how to create a menu with jquery that when clicked opens a div like in the above example of Twitter.     
asked by 19.07.2016 / 21:05
3
answers

PHP - Send form by email [duplicate]

I wanted to know how to do in php for an html form to be sent to me by email, I looked for tutorials on youtube, but they all only work with one host, I tried to emulate a server and I could not do the action I would like to know how I can wor...
asked by 24.06.2016 / 03:01
1
answer

Control CSS image and text overlay

Good evening, I would like to know how to control the order of image overlay and text in html, in the script below the text is above the image, how can I leave the text below the image? <html> <head> <title>Texto sobre i...
asked by 24.06.2016 / 01:21
1
answer

return of several errors via ajax

I have a problem with the error return via ajax, follow the link: Index.php <h4>Cadastro de Nome</h4> <form id="cadUsuario" method="post"> <label>Nome:</label><inp...
asked by 01.12.2016 / 14:00
1
answer

fixed DIV + automatic scrolling DIV

I'm doing a little chat, and I'm having trouble with the scroll bar. I want the scroll to be on the main, not on iframe . Image: HTML:<divclass="container-fluid"> <div class="row"> <div class="col-lg-12">...
asked by 02.12.2016 / 14:07
1
answer

Problems with updated jquery [duplicate]

Hello, I'm starting a website and I put the bootstrap - I put the most up-to-date jquery you have in case it's 3.1.1 In the inspecte of element it gives me an error ... I was to visualize and the message is like this: Uncaught Error: Boots...
asked by 02.12.2016 / 14:04
1
answer

Scroll from bottom to top

I have a div that encompasses a chat, I load the last 15 messages, but the problem is that I want her scroll to start from the top, old. NOTE: This div is overflowed: auto. And I want the scroll to start from the bottom as soon as the pag...
asked by 17.07.2016 / 18:11
1
answer

Transition no hover

Hello, I wanted to know how to use the transition property to get the result you have on the nav-bar li site link .     
asked by 15.07.2016 / 00:25
2
answers

Sending e-mail to multiple recipients

I'm using sendmail, the problem and the following. I use checkbox to mark the recipients. How do I checkboxes when I checkboxes fill a variable with each recipient, comma, and next recipient? input type="checkbox" name="todos" class="todos" on...
asked by 13.07.2016 / 21:21
1
answer

Pass PHP array via Jquery

Good night, I am not able to pass the values from a array to another page via jQuery (I do not know if this is possible) to update the data, I have the following code: <script src="js/Jquery.js"> <script language=...
asked by 20.05.2016 / 03:02