Questions tagged as 'html'

2
answers

How not to make the site bugar when I decrease the screen and problem with button going up in CSS?

I'm doing a test and wanted to know how not to make the canvas bugar, just below it has the normal page and it when the screen shrinks. AndI'mwithanotherproblem,Iwantedtogiveabuttonsinkeffectwhenpressed,Isawvideotapes,howevermybuttonwhenactive...
asked by 08.12.2016 / 14:33
2
answers

Problems with css email account box

Hello, I have a problem when adding an email box in my blog, the one that registers for the user to receive updates by email. I put the color of the white font but nn does effect, even adding "! Important". here is the image /* CSS EMAI...
asked by 04.12.2016 / 15:41
1
answer

Clear fields on a form

So I'm with a problem here that is as follows: I have 2 forms. Form2 that sits inside form1. And I wanted a button to reset only the fields of form 2. But the input type="reset" that I place inside form 2, ends up clearing the 2 forms. Wou...
asked by 11.02.2017 / 15:32
1
answer

jQuery conflict with AngularJS

I'm having a problem with AngularJS and jQuery . When I use only jQuery in the layout, the menu (sidebar) I have it opens normally. But when I add the AngularJS the menu does not open anymore, it is simply closed. The bad thing abou...
asked by 27.10.2016 / 19:48
1
answer

Basic about HTML / CSS Notifications

I'd like to know how to include notifications on my sites, as basic as possible. I researched a bit about it but I did not get any results ... I hope you can help. Beyond this doubt ... I would like to know if you are making notifications u...
asked by 01.11.2016 / 21:24
2
answers

Image gallery error, random back button

Hello, I have a js that makes a list of images move forward and backward based on a variable, it progresses perfectly, however to return it randomly. Can someone help me solve it? the code is below: var imgs = [ 'produtos/Slide92.png', 'pr...
asked by 28.11.2016 / 15:23
1
answer

Sending ajax with notification

Good morning, I'm having a problem in a test, I'm returning a notification, but the notification of only one message, that is, a success message, I can not get an error message, type an if else , and I wonder if it's not a gambiarra what I did,...
asked by 28.11.2016 / 13:46
1
answer

Button to add new fields in a form, with pure JS

I want to create a form with a + button, which creates more fields so that the user can send as many forms as he wants. I tried this code, but without success: var coluna = 1; function plus() { document.write('<butt...
asked by 24.10.2016 / 04:03
1
answer

Div Fill in the blank [duplicate]

Hello, I need a help to align div. As you can see in the image: Thedivdoesnotoccupythisblankspace,butwantedittooccupythisspace,thatnoteventhetopdivisnexttoanother.Thetablesaredistributedasfollows: Thank you in advance!     
asked by 22.10.2016 / 21:26
1
answer

Get names of all fields with the required tag

I want to get the name of all fields with the tag required and test one by one, if one of them is empty, I enter the name in an array. This question resembles some things with this old question mine, but the context is different....
asked by 10.10.2016 / 20:09