Questions tagged as 'html'

1
answer

How to generate temporary image for development environment?

Some time ago I found a post that showed how to generate temporary images, a gray background image and a background mark containing the dimensions of the image. This image is generated automatically, with dimensions determined via pass parameter...
asked by 23.11.2017 / 04:01
3
answers

How to submit a form automatically and without refresh?

On my page there is a form where the user chooses a numeric value. I want whenever the user changes the value, the form is sent, without the need to press the "send" button. The code I tried, but it did not work: var valor = document....
asked by 17.09.2015 / 16:49
3
answers

How do I put a button inside an iframe

I tried it in many ways and I could not. I did so: <iframe id="ifrTeste" > <input type="button" /> ou <button...></button> </iframe> I could not get the button inside the iframe.     
asked by 04.08.2015 / 18:28
1
answer

Problems with: Uncaught ReferenceError: $ is not defined

There is a question in this forum here , but it does not solve my problem. I have the includes, including the include jquery in the first row because in that link I found this:    Because, JS interpreter search for $ before is even loaded...
asked by 23.09.2015 / 13:55
2
answers

How to use if / else inside a function?

I'm trying to create a simple function, to write the title according to the gender selection in the form, but I must be doing something wrong: $sexo = empty($_POST['sexo']) ? "[sexo]" : $_POST['sexo']; function mudasexo($sexo) { if ($sex...
asked by 04.08.2015 / 15:27
2
answers

How to add titles above input and textarea?

How to add a title above input and text-area and add space between them? Ex: Thetitleyouwouldliketodoisrepresentedby"Your text" and the input by "Text here".     
asked by 07.09.2015 / 17:35
1
answer

Mouse over div and open larger

I want to hover over a div , that same div is magnified, as in the image below: I have a multi-element list, when I hover over the element ( div ), it would be over the top and would have an effect (maybe transition f...
asked by 27.01.2016 / 16:53
3
answers

How to check encrypted passwords with the user input passwords in the database?

I am creating a program in which the user will enter the login and the password before entering the system, and after he has entered his input, the passwords will be saved in the database, and then I will check if the encrypted passwords hit the...
asked by 02.06.2016 / 21:12
2
answers

Image changes alignment of all components within a div

I'm creating a FORM within a DIV . In it I have a textbox for the user to enter the data and an image, on the right, to forward the data. The problem I've been having is that my image changes the positioning of AddressBar...
asked by 08.03.2015 / 17:07
2
answers

I can not embed a YouTube video to my site

I'm inserting the following iframe code to embed a YouTube video, but the code does not generate the video on the site, what am I missing? I took that part of the code in a code I saw and just changed it. Only one gray border appears, but...
asked by 25.10.2017 / 12:54