Questions tagged as 'html5'

4
answers

Error displaying video html

I am putting a video using html5 and codeigniter on my page, but it is only displaying the player without displaying the video. script: <video width="420" height="340" autoplay controls> <source src="<?php echo base_url('asset...
asked by 26.03.2014 / 19:07
2
answers

How to use a border image (or character) via CSS?

I have a tag with text inside that I would like to use the% c key as the border for this text. Code: .indicacoes { font-family: 'AmaticBold'; font-size: 40px; margin-top: 30px; text-align: center; } <div class="container">...
asked by 23.11.2018 / 05:56
0
answers

Uploading photo with HTML5 and PHP input

I'm using the new method of uploading photos where to use the mobile phone it opens the camera and if you use a computer it opens the files ... however if you try to upload the photo by the phone it just does not happen, different of if I do upl...
asked by 19.06.2018 / 15:01
2
answers

Change icon color after clicking or hover input

I would like so I click on the input change the color of my icon My form <form method="post" id="form"> <div class="input-wrapper"> <div class="icone icone-user"></div> <input type="text" placeholder="Usuário" id...
asked by 11.05.2018 / 04:58
3
answers

HTML5 question [closed]

Hello, I'm new to programming and trying to create a program. The application I use to run HTML5 reported an error on line 25 and line 28. On line 25 I placed onclick on a form of submit and entered the quotes I put the name of a function. The e...
asked by 03.05.2018 / 02:09
1
answer

How to prevent the Google translator dropdown from disappearing?

I'm trying to implement the google translator dropdown, within a button. Now by clicking on the google translator dropdown, it does not show the countries / languages. Here is the code I'm currently using with bootstrap: <div class="drop...
asked by 13.03.2018 / 12:29
1
answer

Sub-menu decentralized - according to browser, I do not know where I'm going wrong

/*Sub-Menu*/ .menu.superior .nivel-dois, .menu.superior .nivel-dois, .menu.superior .nivel-um li:hover .nivel-dois{ display: contents; position:absolute; } .pagina-login .menu.superior, .pagina-busca .menu.superior, .pagina-carrinho .me...
asked by 29.03.2018 / 14:49
1
answer

Scrolltop does not work when I use the Body element and yes HTML

I have not found an answer to the jQuery documentation. When I use body element for the animate with the scrollTop property I want to animate does not work. Follow my code function scrollPlacar() { $('body').animate({ scrollTop:...
asked by 11.04.2018 / 00:29
2
answers

Disable calendar in the date field of mobile

I'm developing an HTML5 site and would like to know if it's possible to disable the date field's calendar on mobile, forcing the user to type.     
asked by 16.04.2018 / 17:46
2
answers

How to get X and Y from Canvas Click

I would like to get X and Y from a click on my canvas. var canvas;//o elemento canvas sobre o qual desenharemos var ctx;//o "contexto" da canvas que será utilizado (2D ou 3D) var dx = 5;//a tava de variação (velocidade) horizontal do obj...
asked by 20.05.2018 / 02:00