Questions tagged as 'html'

1
answer

Header with array and modal

So I have a page that shows a total of 8 divs per pagination, these divs have small information inside, they have 2 button that allows deleting and having more information about what is inside the div that in the case and the data of a phone numb...
asked by 01.12.2017 / 15:27
1
answer

Traversing rows from a table within loops

What I want to do is to mark the times and dates in the front-end according to the records of a table, but with the code I have, I can only mark the first row of the table. How can I go through the whole table, marking all the corresponding date...
asked by 01.12.2017 / 01:38
2
answers

How to make element appear after scroll

I want to do a simple effect, which would be to apply a animate effect to a div , increasing its height after scrolling the page, and when the page rolled to the top again, that div would return to style initial. CSS &l...
asked by 01.12.2017 / 12:37
2
answers

A different color for each column highcharts

I have a horizontal bar chart of Highcharts, I would like each bar to have a color, but I only set them with a series using a bank query, in which case I can only pass one color to the whole chart. I searched in various places, I did not find...
asked by 01.12.2017 / 19:12
2
answers

How to call a function from an .js file in the index.php itself in the script

I would like to know how, I call a function from an x.js file, on a page x.html x.php either. Example: x.js file: function myFunction(img){ // Faz algo } Index.php file: <!DOCTYPE html> <html lang="en"> <head&...
asked by 25.10.2017 / 00:21
1
answer

Apply CSS to a line

At the moment it looks like the code below, but I wanted the inputs related to the Crachá, Pessoa, e Nome fields to be aligned with a <div class='col-lg-12'> . But when you put the button to open a modal next to inpu...
asked by 24.10.2017 / 20:14
1
answer

Ajax By Form Data = Indefinite Variable

This is my form <form action='emails.php' method='post' > <input type='submit' value='Enviar para Email Selecionados' class='selecionados'/> </form> <div class='divtop' style='display:none; '> <form method='post'...
asked by 19.11.2017 / 22:45
1
answer

Extension date error: decimal place number goes up to 5 [duplicate]

When you enter numeric values to be converted to length, there is a shortage of letters value | output 25.25 | Twenty here five reales and twenty here five cents. - Missing letter 'e' 225.25 | Two hundred and twenty here five re...
asked by 21.11.2017 / 16:03
2
answers

Side menu with height 100% does not match the size of the "content"

I have the following structure at the moment: Sofarsogood,thesidemenuhasheight:100%andisgoingallthewaytothebottomofthepage.Incontent,wehave8inputswhicharenotenoughtogettothebottomofthepage,sothemenuisnormalandnoscrollbarappears(becauseitisno...
asked by 21.11.2017 / 22:24
1
answer

HTML / PHP code block

I have an HTML page, and would like to add a block with code in some language, so that it looks aesthetically beautiful as if it were in the code editor. I know that the <pre></pre> tag is used more or less for this. What I...
asked by 12.11.2017 / 19:40