Questions tagged as 'html'

1
answer

I would like this bar to scroll the page [closed]

But just by completing the steps when scrolling the page, can anyone help? $(document).ready(function() { var i = 1; $('.progress .circle').removeClass().addClass('circle'); $('.progress .bar').removeClass().addClass('bar'); setInter...
asked by 24.07.2015 / 04:26
2
answers

Send message on same page after submit in form

I have a form included inside a modal window. My question is how should a completed submission message appear within modal window after the form is submitted, this whole process would need to be done all within the same page, without updating th...
asked by 26.07.2015 / 01:18
2
answers

how to make a DIV that increases in size whenever you increase the content?

I'm doing a course work, I need to make a DIV that grows in size according to the content I add. Can anyone help me? Is it okay if in css I put it like this: height:; ? Taking the value.     
asked by 10.11.2015 / 13:42
1
answer

Mail Function PHP does not work [closed]

Hello, I have tried to send an email through the PHP mail function, but nothing works, and after a little research, I found a website that said that it was necessary to have a fifth parameter, being it the email that will receive the message, pre...
asked by 11.11.2015 / 18:28
2
answers

Anchors lock with Parallax effect

After adding the effect of Parallax, clicking on any anchor it jumps normally to the point, but when trying to scroll the page is "returning" at the point of the anchor, ie it is "locked" in the point. p> The site is divided basically into two...
asked by 09.11.2015 / 18:10
1
answer

Handling error when no data is returned (AngularJS)

From the question: link How do I handle the error when I can not find the zip code? Look at the error that it returns, I wanted it to return an alert when it gives this error: XMLHttpRequest cannot load http://api.postmon.com.br/cep/0...
asked by 12.11.2015 / 02:02
1
answer

Problem with nav css menu boostrap

I'm trying to make a menu following this template here: Butsincenoteverythinginlifeisaflower,Icannotleaveaborderandthetextinthemiddle,centeredbetweentheedgesisthesame.IhavetriedeverythingIknow,Ididalittleresearchandnothing.Doesanyoneknowhowt...
asked by 15.11.2015 / 20:20
2
answers

Scrollbar on a select

How do I use a scroll bar to scroll in a select? For example: <select> <option>a</option> <option>b</option> <option>c</option> <option>d</option> <option>e</option>...
asked by 31.03.2016 / 22:41
3
answers

JavaScript, save the initial values of the variables

Well, I'm doing a little code in JS , in it I need to save the initial values of my html . I have a paragraph field ( <p> ) that starts in a way, I wanted to save the initial state of this paragraph so I always compare the current...
asked by 28.09.2015 / 21:56
1
answer

Place 4 columns in a row

The question is this: I am extremely newbie in html/css and am modifying a wordpress theme. The theme works from columns, and I need help specifically in that. Asyoucansee,theseareserviceboxes,theseboxesdonotappeartohaveawidthde...
asked by 06.06.2015 / 21:52