Questions tagged as 'html'

3
answers

Align and place div over the other

Well I created a div called 'notification'. Where I will put a text and at the end of it has a menu. Everything is working fine, however when the text is too large and the screen is small, the menu button is over the text, and it is not aligned...
asked by 29.12.2016 / 11:57
1
answer

How to overlay a div in the footer of another div

Overlapping a div in the footer of another div equals content calls from WikiHow . Looking at the CSS code I noticed that position: absolute is applied to div2 positioned in the footer, but I have not seen how it is fixedly positioned...
asked by 24.12.2016 / 01:05
1
answer

Make image croppie before sending to server

It had a simple code that was just: <form action="upload.php" method="post" enctype="multipart/form-data"> <input type="text" name="description" /> <input type="file" name="file" /> <input type="submit" value="...
asked by 26.12.2016 / 14:20
2
answers

Else does not work

Hello. I have a website where I have inserted the google recaptcha. The captcha works correctly, however, I can not display an error if the message is sent. The "successfully sent message" notification is displayed normally, but the "NOT sent me...
asked by 28.12.2016 / 18:50
1
answer

Full-Width Image Grid / Container with Semantic-UI

I know the question is a bit abstract, but how to do it: With Semantic-UI ? That is, a set of borderless and borderless thumbs, occupying 100% of the width and responsive way? I did here , but it was not very cool, you had a space on...
asked by 20.08.2016 / 09:54
1
answer

Data is not saving

I've created a project that contains the admin part that selects the hours to be available to the client and has the contact page when I first go to admin and I select the times and click on update (button I created) it goes to contact pag...
asked by 23.12.2016 / 05:36
1
answer

Names in inputs, with ignoring capital letters (eg, from, of, the, etc)!

In which personal names I want to leave it but organized, I have a script that leaves the first capital letters of the name, but it does not ignore those of, etc, etc. I wanted to know if it is possible to add this exception to the script !...
asked by 01.08.2016 / 20:07
1
answer

Reverse animation when drawing mouse

Can anyone tell me how I do the "reverse" animation when I take the mouse? Try the link below and I think you will understand. When I put the mouse, the description of the image "descends", wanted that when it removed the mouse it "went up"...
asked by 01.08.2016 / 23:52
2
answers

Is it possible to do this with table td?

Okay, let's see: //PHONE <table> <tr> <td>COL 1</td> <td>COL 2</td> </tr> <tr> <td>COL 1</td> <td>COL 2</td> </tr> &l...
asked by 02.08.2016 / 05:06
1
answer

Form within an html Form

A doubt that may be simple, but I had no choice: I have a main html FORM, which captures all the data in a table, the problem is that there are images uploaded inside that form, and that upload is instantaneous without the form submit (made w...
asked by 01.08.2016 / 19:16