Questions tagged as 'html'

1
answer

Div with load overlay

Hello, I have the following div and I made a code in jquery so when I trigger it through an event, it appears, but I want to style it in a way that the div overlays the entire contents of my page, with a black background with a certain opa...
asked by 29.11.2016 / 13:43
1
answer

How to do the animated scroll effect automatically?

This site that I found link has a super cool effect that I would like to make a similar on my site:   When you scroll down, item 01 changes to 02. Consequently, the content changes. I know I should use Javascript and CSS, but I can not...
asked by 30.11.2016 / 13:11
3
answers

Grid bootstrap getting misaligned on panel with results brought from the bank

I'm displaying the result of a query in panels, only they are getting misaligned, I want it to show how it is in the image below only 1 underneath the other, in the way that it is generating a pyramid effect, follows code and image example: &...
asked by 22.12.2016 / 15:39
2
answers

Images Overlapping and responsive

Good morning,          Friends I'm a beginner in CSS and I'm using the bootstrap and would like to put two overlapping images, and they should be responsive and the image2 must have absolute position with respect to image1. >     
asked by 20.12.2016 / 14:41
1
answer

Execute function without refresh and return function data

I have the need to run a PHP function that will generate a zip file, write to the database if it was generated and the date. And right after returning the warning that was generated. At the moment I already have all created functions that do...
asked by 21.12.2016 / 12:30
1
answer

Table filled in incorrectly HTML and Java script

I have the following situation, when I insert data from the database, my table is populated as follows: Andthismessageappears:"No data available in table", as if the data that is inserted were not for the table. The HTML code is this: &...
asked by 13.02.2017 / 21:30
1
answer

Javascript: Hide button after event "subscribe"

People in this google script have a comment "Add code to handle subscribe event." translating "Add code to handle signature event.". I want to know if I have to put a code in this place so that when the action "subcribe" the sum button occurs...
asked by 13.02.2017 / 15:29
1
answer

Select a badge as a Jquery child element

I have a badge that is the child attribute of a button, like this: <button id="equipeum" class="btn btn-primary" type="button"><span id ="pontoum"class="badge"></span></button> In this case the badge would be a ch...
asked by 11.02.2017 / 01:28
2
answers

How do I click a button to see a form with js? [duplicate]

I looked for the stackoverflow and did not find anything similar, so here's the question: How can I do that, when clicking on 1 button, 1 form automatically appears on the same page with js? Thank you.     
asked by 21.01.2017 / 21:12
1
answer

Insert multiple data into a mysql column

Good afternoon, I'm breaking my head about how I do this insertion in the bank, it's something like this ... I have a product, which needs to be priced from more than one vendor, to compare prices. But my quantity of supplier depends on the q...
asked by 22.01.2017 / 18:16