Questions tagged as 'html'

1
answer

How do I get my content behind my popup?

Whenever I click on my popup view button, my content "goes down". How do I make the popup stay above content? body{ padding:0; margin:0; } .container2{ position:relative; margin:0 auto; text-align:center; margin-top: 10...
asked by 22.06.2017 / 19:27
1
answer

Generating graph from a TxT HTML [closed]

How do I get the data from a txt file and play in html to generate a chart ?? I'm using that HighCharts tool, and I'd like to know how to play the values on the date, so I can generate the chart. series: [{ name: 'Sensor 1', data: [...
asked by 22.06.2017 / 05:35
1
answer

Array bringing different results in PHP

I have my bd, however, it's bringing me a different result than the one in the bank $consulta = "select * FROM PRODUTO_pedido WHERE PEDIDO_PED_ID =12"; $resultado = $db_con->query($consulta); $contador = $resultado -...
asked by 18.07.2017 / 21:06
1
answer

If within PHP Field

Good afternoon, How to do an if within variable value assignment. $html =' <body> <table width="100%" style="background:#00aeef;"> <tr><td> <table width="596" border="0" ali...
asked by 18.07.2017 / 19:51
0
answers

IFrame - YouTube videos display

Good morning people, I would like some help, I need to show youtube videos on the site. This code I used worked, after page load, it displays the last five videos: <div class="video"> <script>...
asked by 03.07.2017 / 20:03
1
answer

Change information according to selection in select

Could anyone help me with how I can change the information that is in blue in the image below, according to the selection of select (monthly, quarterly, semiannual and annual)? I need to change the value of the product and the button l...
asked by 05.07.2017 / 15:14
1
answer

why column-count does not work in firefox?

Because the css column-count attribute does not work in mozilla firefox it follows as it is in google chrome and mozilla firefox Mozilla firefox Googlechrome HowdoImakemozillafirefoxequaltogooglechrome?code...
asked by 02.06.2017 / 22:26
1
answer

Get Mysql Data Using Php and Pass to JavaScript

I'm using this code: <?php include '../config/config.php'; if($_POST['type'] == 'load_url') { $id = (int) $_POST['id']; $sql = mysql_query("SELECT * FROM players WHERE id='$id'"); $item = mysql_fetch_arr...
asked by 25.06.2017 / 15:37
1
answer

Fading list items with jquery or javascript

I have the following code below and I have to make sure that when I click on the autocomplete result, and it fills the field with the values, the autocomplete list simply disappears: <pre> <style> ul.autocomplete_mapa_f...
asked by 26.06.2017 / 17:31
0
answers

Error in Model AppML

I'm trying to learn AppML, for prototyping and maybe use in production. But I face the following error: Error in Model: task_model I have a model_tarefas.js file in to date with the following content: { "rowsperpage" : 10, "datab...
asked by 01.06.2017 / 00:03