Good afternoon, I'm developing 1 game in Meteor, and for example when I click to choose the character wanted the background turns green, and if you choose another character the background would return to normal and the new selected character wou...
I need to set the width of a column to a table , but the width ( inline ) in HTML5 is not supported, as per the documentation: HTML Tag
In this case, can not be done inline ? What are the options?
As in email mark...
This is the following I am doing a list of tasks and at this moment I am with a doubt wanted to do a checkbox for when the task is completed the person to put checked my question is if it is necessary database for this purpose or not? so that wh...
Explanation
I have two label elements that receive the results of an account made inside the code (lamp expenditure calculator), when I click on calculate, it calculates and inserts the calculation result in the label, when I click calculate...
How can I add a comment / caption on table rows, similar to the <abbr> tag?
nome | idade | sexo
<br>
<abbr title="comentario/legenda 1"> Gui | 17 | &am...
I'm trying to put new divs in my html but they end up leaving the image area and I'm not getting them fixed inside the image just scrolling the scroll bar, how do I move the items and image stay in position? In this case it is my...
I need to bring the listing of people within a textarea or some similar alternative.
I'm bringing it this way:
<textarea rows="5" name="pergunta4">
<?php foreach($avaliadores as $avaliador):?>
<?php echo($avaliador['no...
I have a DIV A, which moves on screen by clicking the keys on the keyboard. Is it possible to identify if this DIV A is on a DIV B using some script and trigger an event when the position of that div is recognized over the other?
Code to move...
Is there any way to concatenate a variable javascript next to a input ?
This input hidden I would submit next to an HTML form
As for example:
<script type="text/javascript">
var strConcatenada = "STR_VARIAVE...
Good afternoon. I need help with something. However, I still do not have a code. It needed something like an ad popup. That is, the entire screen becomes 'dark' while only the div has focus. I would like to understand the logic, if it would be b...