Questions tagged as 'html'

3
answers

Effect 100% above the Carousel

I need to put an overlay effect on top of a Carousel of the bootstrap, but that takes all the height of it. Clarifying better ... the first time I worked in this style - not in this section I sent - through some modifications I even managed t...
asked by 30.03.2018 / 22:21
1
answer

Uncaught SyntaxError: Unexpected token in JSON at position 0

In my html I'm using a Javascript to try to retrieve a saved Json object in the localStorage. I'm using Google Chrome. First I get the value of the "name" attribute of my Json object that is in the localStorage, via form, and then execute the...
asked by 23.04.2018 / 03:41
1
answer

Image over links

Good afternoon, guys. I made a navbar and in the center I put an image, so in this image it is on top of the links in navbar, I already tried some things like z-index but I do not objectify the result. if anyone can help me I will be very gratef...
asked by 24.04.2018 / 18:04
1
answer

Scroll-based loading bar

Hello I'd like to know, if someone has already done or seen on some site, a horizontal bar at the top of the site, example the youtube upload bar, however it increases and reaches 100% when it is rolled to the bottom of the page , as the scro...
asked by 20.04.2018 / 17:28
2
answers

Download anchor validation

Next,IneedtovalidatethisformsothatonlyafterthepersonregisterscanIdownloadthefile.WiththetagIcanalreadyhavethisvalidationbutImanagedtoputittodownloadonlywiththetag"ancora". <section id="e-book"> <header> <h3>Baixe...
asked by 06.10.2017 / 20:20
1
answer

Displaying a mysql table on the html page

Good morning, friends! Searching, I was able to merge this code from the'testtest 'page to expose the contents of the' witness' table of the 'beja_provida' BD. However, it does not give the expected result. Can someone give me a light, please? C...
asked by 05.10.2017 / 16:43
1
answer

reponsivo web site, problem in CSS

I was running fine, but I came across a problem in my css .. One is my footer, that even if I change the background color it gets the background color of the body Mycsscodeatthetopofthepage:@importurl('https://fonts.googleapis.com/css?fam...
asked by 24.12.2017 / 17:46
1
answer

Hide content and change size of other

What I intend and the following is that when hiding the div from id="content1" the other div increases to col-lg-12 what I have is the following code: <div class="row"> <div class="col-lg-6" id="content"> &...
asked by 31.10.2017 / 23:59
2
answers

How to execute a function in ajax when opening the page?

I have the following function in Ajax: $.ajax({ type: "POST", url: "tra.php", data: {}, dataType: 'json', suceess: function(Last) { line.originalData[0].push(Last); line.originalData[0].shift();...
asked by 31.10.2017 / 23:49
1
answer

Put multiplication result in another input and add the totals

My goal is to display the sum of the Inputs in the Total Column in the "Total Order" input, where the Addition must also be added (it will be passed in decimal form (%)) and the discount value (will be passed in decimal form (%)). I tried to...
asked by 15.08.2017 / 09:37