Questions tagged as 'html5'

2
answers

How to make menu appear as mouse scroll [closed]

Something like the menu of these two sites: link and link where the scroll action causes the menu to appear.     
asked by 20.09.2017 / 04:47
2
answers

JScript and CSS - Rotate by rotating the div instead of an image

Hello, I used a JavaScript library to rotate an image by clicking on it, in a javascript snippet I put what will spin when you click: $("#conteudo").rotate({ The problem is that it's spinning the entire div :( How can I put to run only...
asked by 26.09.2017 / 13:45
1
answer

Layout with 3 columns in CSS

Does anyone know where to find material where I can have a north of how to make this color effect in the photos and how to divide into 3 columns with texts on the background image?     
asked by 05.07.2017 / 01:04
1
answer

Displaying dates on forms

I'm creating a form that contains a field whose data type is DATE, where I want a given value to be returned by default. But there is nothing I can do to make it happen. My code is this: <?php $ini = date('d-m-Y'); ?> <form id="form1"...
asked by 13.09.2017 / 13:07
3
answers

Validate file size, file size, and file type

How do I validate the file size, the size of the image, and the file type that will be used in Upload before submitting? In order to upload I use the function below in PHP, but the validation happens only after sending the form through POS...
asked by 19.08.2017 / 03:53
1
answer

Putting delete method inside an append Jquery

I have the following situation, I make an append and inside it I need to send a delete method, to treat it in the web service I'm having doubts, I've already tried to create a form inside, but it does not work, detail if I put the link " link '...
asked by 13.06.2017 / 15:52
3
answers

How to print in HTML using PHP a list of ul type items with 3 different types?

I have a table in MySQL called Plans with the fields: Whatisatableofsubscriptionplansforawebsite,thefinaltemplateisasshowninthefollowingimage: Where:name=PlanNameop1=Firstadvantageoftheplanop2=Secondadvantageoftheplanop3=Thirdplanadvantagepr...
asked by 10.06.2017 / 01:41
2
answers

pass the id of an input to another page

I have a form that in the inputs field has id and when submitting the form I wanted to retrieve those values in my code. <form action="edit.php" method="post"]> <label class="" > <span class="legend">Requis...
asked by 17.05.2017 / 03:26
1
answer

How to draw 2 images on canvas with different fps

Let's imagine 2 images imagem A and imagem B , I want to draw imagem A at 60 fps, and imagem B at 30 fps. I wanted to know (using the requestAnimationFrame) what is the best way to do this, should I create another c...
asked by 21.06.2017 / 19:07
1
answer

Nav-burger collapse onclick [closed]

Good afternoon, I'm looking for someone to help me transform a nav-burger from fontawesome (fa-fa-bars) into X when a click is done and vice versa.     
asked by 19.04.2017 / 18:29