Questions tagged as 'html5'

2
answers

Align image next to horizontal menu

Hello, I have a small problem, I added a horizontal menu to the site html and wanted to put an image next (right) but it will not, I tried float, align, margin and nothing, I do not know if they can help me to solve the problem, but I thank you a...
asked by 15.03.2016 / 16:55
1
answer

Menu effects with CSS3

I want it when I click the menu button #menu it comes from left to right occupying the entire screen. Can anyone help me do this with css3? At the moment I make the menu go down with the slidetoggle of javascript, but I want to do with css3 &l...
asked by 11.02.2016 / 19:06
1
answer

Replace in angle

   <br><br> This powerful creation - forged in the image of a gargoyle -    kept <br><br> safe in his journeys, allowing him to    to carry out their important work without fear of retaliation from those    ...
asked by 28.02.2016 / 18:55
2
answers

javascript event to scroll over an area or div

I have a page where an area or div that does not have the side Scrollbar, simply because it is not necessary. I would like to capture the event when the mouse rotates the roulette over that area because I wanted to use the mouse roulette to Zoom...
asked by 12.02.2016 / 15:04
1
answer

Add and remove fields dynamically with sum and multiplication of values

I have a page, where the user should put the quantity and value of each item. He can add as many items as he wants. Below the page, it will show the total result of the sum of all possible rows that the user adds. See the Fiddle below for a b...
asked by 24.06.2016 / 22:36
1
answer

What is the compatibility with browsers when using the template tag?

Reference: link Example usage: Javascript: window.onload = function() { var contentHTML = document.getElementById("teste").content; var linha = document.importNode(contentHTML, true); document.getElementById("tabela").appendChil...
asked by 30.06.2016 / 17:41
1
answer

How to create a menu with jquery that accomplishes this effect after the scroll?

Hello, friends. I am a beginner and would like to know how I apply this effect in a fixed menu (for desktops) so that when the user navigates to the following section (after section #home) a background appears in the menu and it have position...
asked by 21.03.2016 / 12:54
2
answers

The function I'm calling does not appear, what's wrong?

HTML      <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="mostrarCreditos.js"></script> <meta charset="utf-8" /> <title>Créditos</title> <input onc...
asked by 01.12.2015 / 15:26
1
answer

How to control the placement of a div with position fixed?

How can I make it so that when my right div gets to the comment area div it gets fixed again? When it arrives at an X number of distance from the top I apply a position fixed for it to follow the content: Link of the stuff <script type="...
asked by 27.07.2015 / 19:55
1
answer

Control User Agent to call iFrame

Good morning !! I was doing some things here and decided to put an iFrame on the page, but it was loaded with the User Agent from some other browser. Just to understand the behavior of the site. Is this possible with HTML5 and Javascript?...
asked by 27.07.2015 / 13:06