Questions tagged as 'html5'

1
answer

section does not work correctly

I need my <section> to look like this site here follow the image of the part I need ItriedcodingbutitdoesnotstaythatwayIdonotknowwhereI'mgoingwrong.Followmycode:CSSulli{list-style-type:none;}.imagem{background-image:url(http://ner...
asked by 30.07.2015 / 19:43
2
answers

Jquery video exchange

I can not get you to change the video after clicking the button I wanted the video to change on the top, but it appears 2 after clicking the ... function setvideo(src) { document.getElementById('div_video').innerHTML = '<video au...
asked by 22.07.2015 / 00:31
1
answer

Jquery final event of the video

Good morning, I have a problem, I wanted to display a modal at the end of each video, the first video worked correctly, but in the second I can not ... Follow the code below ... If anyone can help, thank you very much! var vid = do...
asked by 22.07.2015 / 13:28
1
answer

DOM element identification pattern

What is the pattern of HTML identifier names, eg: <form id="alterar-nome-form" th:action="@{/conta/alterarnome}" th:method="put"> </form> Or <form id="alterarNomeForm" th:action="@{/conta/alterarnome}" th:method="put">...
asked by 24.09.2015 / 15:54
2
answers

Align Menu Items Vertically

I'm trying to create a horizontal menu but I'm having trouble with vertical alignment. Some menu items have line breaks and some do not. I tried to create a CSS to set the elements div , ul and li so that they are align...
asked by 06.05.2016 / 23:48
3
answers

ViewData is not displaying a post

I'm trying to send a message from Controller to View, using ViewData, but it's not displaying the message. When I click on the "Check" button of the View it is to call the Verificar() method of the Controller, it is calling correctly,...
asked by 08.09.2015 / 21:58
1
answer

Doubt to automate function in javascript

I am using a Javascript function to show / hide a div according to the choice of a radio , but now they have become many, so I am trying to automate this in the way I am learning in codeacademy. p> From the code I already used, I...
asked by 09.06.2015 / 01:39
2
answers

menu not fixed when scrolling the page

I want my menu to be fixed as soon as it reaches the top of the page but I'm not getting any success with it. I do not know where I'm going wrong, follow my code below: <script type="text/javascript"> $(window).scroll(functi...
asked by 11.06.2015 / 15:36
1
answer

Direct download without playback

I have an HTML file where there are some download links, but some links are not downloading themselves but opening in the browser itself, such as .txt and .mp3 files, files like .rar and .zip are downloaded directly, like do I make sure all file...
asked by 07.06.2015 / 03:51
3
answers

List with inline display does not work correctly

I need to align in 3 columns my image and texts help me please follow my code they are in a list ul li { list-style-type: none; } .corpo-1 h1 { color: #000; text-align: center; font-family: Gabriola; font-size: 2.8em; f...
asked by 20.05.2015 / 22:01