Questions tagged as 'html'

2
answers

JQuery to add element in div function.append

Goodafternoon,I'mtryingtoaddadirectelementtoadiv.Butapparentlythe.appendfunctionneedsadivandanotherelement.Theproblemisthattheelementthatcomesbeforeisvariableandmyiconshouldnotbe.Eventhoughtestingthis,mycodedidnotwork.<script>$(".card VI"...
asked by 19.09.2018 / 20:24
1
answer

How to put image and text on the side with FlexBox?

Hey guys, I'm having trouble positioning the image and text ON THE SIDE of the image. I tried table but it is not responsive. I tried ul / li and I can not position. I am using FlexBox. Any suggestions? <!DOCTYPE HTML> <html>...
asked by 13.08.2018 / 03:58
1
answer

Javascript - Populate second column dynamically from html table [closed]

Good morning, guys. I am having problems with tables with javascript, I am new and I am not sure what to do. The question is the following: I have a table created in html with two columns, the first has already been filled using html but the sec...
asked by 10.08.2018 / 09:05
1
answer

HTML classes in menu with Wordpress

I'm developing a theme with Wordpress and I'd like it to have a menu dropdown . I created some pages as Home . Quem Somos , Contato and a category named Produtos would like the category to be dropdown...
asked by 16.09.2018 / 03:46
1
answer

why is not list with innerHTML?

Because when I put document.write inside for it lists right and in innerHTML it only sends the last position in div ? I wanted to know how I can for print within div from start to end of list, but I'm not...
asked by 17.09.2018 / 03:43
1
answer

Update the first input when inserting

I have this form: <form name="form1" class="teste" class="form-validate" id="feedback_form1"> <div class="campo"> <fieldset> <h1> <legend> <center>...
asked by 06.08.2018 / 16:33
1
answer

How to remove javascript cloned elements

How to remove only the last cloned node? document.getElementById("add").onclick = function clonar() { var linha = document.getElementById("linha"); var clone = linha.cloneNode(true); document.getElementById("saida").appendChild(clone);...
asked by 05.08.2018 / 21:31
1
answer

Use drag and drop to position an image

My question is the following, I have a page of content posting and in this page, at the end, I have a field of photo upload to be part of the content ... But what I wanted is for the user to position the photo according to his need, similar to W...
asked by 06.08.2018 / 06:04
1
answer

Information gets out of the table in while

Only the first tbody information is displayed but the others appear in lines outside the table. That's the part of my code. What could be making this happen? <?php } }else { $sqle = mysqli_query($conn, "SELECT * FROM jsondados...
asked by 08.08.2018 / 18:28
1
answer

Website is not responsive in the Mobile dimension

I've been creating the website with the code below but I can not make it responsive on the MOBILE part (320x568), the content is on the left side and on the right side is a large white part on the whole site. I've tried media screen but I cou...
asked by 09.08.2018 / 16:12