Questions tagged as 'html5'

2
answers

Float does not work correctly

Using good coding practices and cross browser code in browsers: Google Chrome, Safari and Mozila would like to know if I'm missing something because I have 2 columns of text and I want one of them floating next to the other follow the code:...
asked by 19.05.2015 / 22:26
1
answer

How to center an image that is absolute

I'm not able to center an image that has the position: absolute; property I tried to use a text-align: center Note: the result has to work in browsers: Google chrome, Mozilla, Safari and Opera html, body { margin: 0; padding...
asked by 21.05.2015 / 15:04
1
answer

Hover effect does not work

I'd like to make a hover effect on my form just like this site: link When you hover over a box, I can not do that. .corpo-1 ul li { display: block; margin: 10px; text-align: center; } .corpo-1 ul { margin-top: 10%...
asked by 25.05.2015 / 20:43
2
answers

HTML Audio - How to go to the next song automatically in a playlist with jQuery

I'm creating a playlist with HTML5 and jQuery. My markup: <ol class="playlist"> <li> audio 1 <audio class="track" preload="none"> <source src="<?php echo $siteroot; ?>/audio/joao/docevapor/audio1.ogg"...
asked by 29.05.2015 / 17:56
3
answers

How to make an inline form with bootstrap without using tables

I'm not a designer, but I need a form inline without using a table and responsivo like the image. I've been trying for 2 days and nothing, <label>nome campo</label> always spoils the placement of the fields....
asked by 29.05.2015 / 16:48
1
answer

How to find the average by the number of filled vectors?

I need to calculate the average of a vector, but considering only those that had the fields filled out. For example: HTML: <label for="Cmes222">Valor:</label> <input type="text" id="Cmes222" name="Tmes222"><br> &l...
asked by 18.04.2015 / 18:16
2
answers

how to create txt with js? [closed]

And I have a JS that has a function that takes the name of the player, position, position, level, image, etc. I want to save this data in a dB, the user logs in with the account and accesses the data with a JS, to view the information. Can I...
asked by 06.04.2015 / 01:36
1
answer

input date html5

I've been looking for html5 settings for the date attribute to display the date in the format we use in Brazil (dd / mm / yyyy), but it looks like it does not have any extra settings for it. In some tutorials the default format is already this,...
asked by 11.05.2015 / 17:50
1
answer

Input Radio with default value

Using Asp.Net MVC 5 with AngularJS I want a input radio to be checked by default. According to the link: How to select a radio button by default? Assign an initial value to radio button as checked Just use this: <labe...
asked by 10.03.2015 / 20:26
1
answer

making variable error message? [closed]

I have a servitor and he is giving a simple error but I do not know how to solve it being that the objects are apparently normal see the code below. var io = require('socket.io').listen(8000); var players = {}, count = 0; io.sockets.on(...
asked by 27.05.2015 / 19:24