Questions tagged as 'html5'

0
answers

Scroll effects similar to credit at the end of a movie

I'm trying to make the scroll roll all the data automatically, and when it's done go back to the beginning and start all over again. I use this script: <script type="text/javascript"> $(document).ready(function(e) {...
asked by 31.01.2017 / 13:03
0
answers

Responsive canvas effect

I have a responsive web page where I have a lights effect using the canvas. It turns out that the effect should only stay on the banner area, I made a method here using the negative margin-top, but the result was not good, and the effect often e...
asked by 31.01.2017 / 01:45
0
answers

Adding forward and rewind buttons

I made a java script that changes the background-image of my <header> into the site, but I would like to know if it's in it to add the next (>) and previous (<) cursor to change the images when clicking in them already...
asked by 15.02.2017 / 18:05
0
answers

Allow zoom on mobile phones only in one div

I have HTML with the goal: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes"/> That is, you can not zoom in on your cell phone. But within that HTML has a div that loads an imag...
asked by 02.01.2017 / 19:08
0
answers

Script to add songs

Hello, I have a script that plays songs automatically using the <audio> of html5 tag, the problem is that I want to pull all the songs from the folder that I put the songs without having to add manually, someone would y...
asked by 28.12.2016 / 19:59
4
answers

Include another HTML file in an HTML file

Scenario: I'm setting up a layout, which will be used by third parties and I do not know what language will be used. I have two divs, one will be the left menu and the other the content. They are separated by a Splitter , my questions are:...
asked by 11.04.2014 / 21:33
1
answer

Problem with static title and button

I'm having trouble with an H1 and a class link inside a div, which does not go up or down the way I want. I've already tried to solve this using margin-top and margin-bottom , but I did not get the effect I want. When I use these pr...
asked by 09.02.2017 / 19:46
0
answers

Geolocation with html5

I have the need to capture the user's location the moment he opens my page. When testing through a button that calls the getLocation () function containing the commands to capture the information I need, I encountered a problem when I visualized...
asked by 13.12.2016 / 03:48
0
answers

HTML and CSS: Custom Component [closed]

I found the component below on a site and would like to learn how to do it. Does anyone know of a tutorial to teach it? Whenyouhoveroverit,itlookslikethis: Isawthiscomponentonthe Organize site in the New Releases section.     
asked by 21.12.2016 / 14:23
1
answer

advanced datatables CodeIgniter

I'm breaking my head with a little something in CodeIgniter, I need to create an advanced table that extends details about each table item, as you can see in the code below I can not separate a detail line for table item, att; <div class="c...
asked by 20.12.2016 / 19:11