Questions tagged as 'html5'

1
answer

Menu does not open horizontally in IE

I always use Chorme to test my application in asp.net mvc. After finishing, I tested in IE and saw that the menu was opening vertically. I noticed that it was IE update problem, because in case I was using IE8. I installed IE10 and the applicati...
asked by 24.10.2014 / 19:00
1
answer

Access site on mobile without being connected to the network

I made a site in HTML5 and put it in the IDE called NetBeans I executed the project and it came with the following url: http://localhost:8383/tecmov/index.html . Through it I can access my project from another machine sinc...
asked by 17.06.2015 / 13:16
1
answer

How to store and retrieve session value through jquery?

I'm developing a mobile application with intel XDK I have to make a login that will be validated by the php file that contains all the validations and finally stores in session the values I need user no I know and how can I...
asked by 16.06.2015 / 21:32
1
answer

Call function from an event

I have a link that is generated via JavaScript. <a href="#" onclick="excluir()">Excluir</a> I have a function in my .js. function excluir(){alert("oi");} When I click on the link I get this error:    Uncaught ReferenceE...
asked by 14.06.2015 / 22:08
2
answers

Image alignment to the right of the div in Bootstrap

I know what is central alignment and center-block in bootstrap, but I would like to know how to align a right image of a div? I can not put the picture of the phone next to the number, I have to leave both numbers in the center of the page. I...
asked by 27.01.2015 / 19:34
2
answers

Video tag, HTML5, width 100% and height controlled

I made the video full screen on home only now that I need to use the video with the same width of 100% only with the minimum height of 400px, but the video only gets 400px in height when I take the 100% wide: <!doctype html> <html lan...
asked by 08.08.2014 / 01:27
2
answers

How to control the video edges of Youtube

How to embed a Youtube video without leaving the black border on the sides. I would like to leave it 100% wide but with a defined height could anyone help me?     
asked by 10.06.2014 / 14:54
3
answers

input type date is not filled

I fill in a DateTime field with input type="date" and I can write it to the database normally. When I retrieve the bank record and try to display it with the same input type, it shows me the field filled with 01/01/0001 . If I ex...
asked by 10.07.2014 / 16:52
2
answers

Side menu with fixed width and content 100%

I'm working on a project, my side menu has 300px and my content is 100% relative to my menu. I apply the following style: header { position: fixed; top: 0; left: 0; width: 300px; height: 100%; } .content { position: abso...
asked by 15.05.2014 / 16:27
2
answers

How to transform a div with 4 images in only one?

I have an HTML code like this: <div class="conteudoFrente"> <div id="draggable"> <div class="draggableFrase"> </div> </div> </div> The div with the "contentFro...
asked by 31.07.2014 / 02:46