Questions tagged as 'html'

2
answers

"i" turn an HTML button

Hello, I would like my html 'i' to become a button, because from it I want to call a modal, I want to use an 'i' because I want to put the facebook icon, I tried to put it inside the button , but did not hit the design I want. <button type="...
asked by 10.08.2018 / 02:34
2
answers

Hide videos in iframe safari [closed]

I have a YouTube iframe video inside a div and when I hide in the div on the safari, the video continues to appear. How can I resolve this? It also happens to me that the video continues to play when I hide the div, how can I stop the video?   ...
asked by 20.05.2016 / 11:22
1
answer

Margin of an element inside a div [closed]

I am not able to assign a margin-top to the element to id="cat" that is within a div . How could I assign this margin?     Test <style> a#cat{ text-decoration: none; color: black; mar...
asked by 05.12.2018 / 18:09
2
answers

How to execute function when a p-tag is filled?

I have a <p> tag and I want it when it is filled with some text to appear a reset button, but I do not know how to indicate that the tag is empty.     
asked by 15.07.2018 / 21:00
1
answer

Button with dropdown does not work inside a div

I created a dropdown button that worked perfectly. But I needed to put it between a div and then it stopped working. What can it be? <div class="dropdown"> <div class="col-md-4"> <button class="button button-busines...
asked by 09.07.2018 / 21:22
2
answers

Non-clickable links

Hello, I'm creating the home of a website that has a full screen video that automatically plays but with the full screen video even with z-index the links are not clickable as you can see, how do I to solve this? *{ margin: 0; pad...
asked by 14.06.2018 / 11:00
2
answers

How to submit form without refresh the page?

I wanted to know how to send a form without refresh, I was able to put it to not refresh but I want a screen to appear shortly after giving the submit type "Email sent successfully".     
asked by 10.06.2018 / 14:54
2
answers

Send value from one to onclick

I'm trying to get the value of a <a> that I send to a JavaScript function, but I do not know what's going wrong. //HTML <div id="dicaDiv" class="text-center"> <p id="pDica1" style="display: inline;">Dica 1: <spa...
asked by 15.06.2018 / 02:12
1
answer

How to create a chained and double chained list?

Can be in languages: C, Java, JavaScript and Python. I'm trying to create a Chained List and a Double-Chained List with the Movies theme. I researched the internet on the themes and got to this code: <html> <head> <title&g...
asked by 21.09.2018 / 07:31
1
answer

Fit elements on an image

I am developing a generator of formulário de resposta I need to adjust the elements (black circles) using css, but I am not succeeding, I already tried with the properties of position but without success the tebela pushes the image...
asked by 20.09.2018 / 22:07