Questions tagged as 'html'

1
answer

Make form open within a link [closed]

Hello, I have a page ready, it's a school assignment that I need to deliver. The criterion for evaluation is a form on the page, but it must be opened through a link. Is it possible to have this form opened just by clicking on the link? I'm usin...
asked by 17.05.2018 / 03:16
1
answer

My site is not responsive, it's just text [closed]

My site is not responsive, it's just text: <div class="container"> <div class="row col-sm-6 col-xs-12 col-lg-12"> <h1 class="text_header">I’m Gustavo Marinho,<br> Creative Designer —<br>Product Designe...
asked by 29.04.2018 / 17:15
1
answer

Animations do not appear

Well, I'm trying to do some animations on scroll, but I do not know why, but I do not see any animation, the sections do not reveal. As I scroll down ... Html: I added the js-wp-1, js-wp-3, js-wp-4 class to the elements I wanted to animate...
asked by 09.05.2018 / 21:46
1
answer

Appear div by clicking on the image [duplicate]

I need to make a selection system, where the user will always have 3 options depending on what he chooses. I need that when clicking on the image1 appears the div1 if clicking on the image2 appears to div3. But I want you to click this to appe...
asked by 19.06.2018 / 20:48
1
answer

Problem to position the div

I have a problem with positioning my div. Not what is happening in what the div that wanted to put the slide is on top of the menu. How do I put it under the menu? Thank you. body { background: url(skyblue.jpg); } .titulo { borde...
asked by 18.08.2018 / 01:44
1
answer

Can not align a box in the center? [duplicate]

I'm trying to align the box in the center of the screen, but it looks like it's lining up wrong even though I put 50% of top and 50% of left . css #conteudo{ position:fixed; top:50%; left:50%; border:2px #cc...
asked by 17.04.2014 / 01:58
1
answer

Leave the password field already filled [closed]

I'm modifying a chat application, which supports 50 people per room, 40 normal 10 for subscribers, When the user is going to enter a more with 40 people the application will ask for the subscriber login and password. I have the login and the pas...
asked by 10.03.2018 / 21:48
1
answer

Loop of HTML status phrases

I am editing a file cancellation function, and today it only shows the status "Waiting ...", according to the code: &js< cancelEvent = ""; $(".ui-overlay").show(); $("#retorno").empty().html("<img...
asked by 20.03.2018 / 18:36
2
answers

Mask in dynamically generated fields

I need to add a mask with the jquery.mask plugin in dynamically generated fields, $(document).ready(function($){ $('.mascara').mask('00000000'); }); for(var i = 0; i < data.d.length; i++) { var linha =...
asked by 15.03.2018 / 15:19
1
answer

Jquery How to sum up input values in real time? [closed]

I'm a beginner and I have a system where the user can add several inputs dynamically, so when typing the values (in decimals) the total sum is displayed in a div. If anyone can help me, I'll be grateful.     
asked by 18.11.2018 / 03:10