Questions tagged as 'html'

0
answers

Uploading Multiple Files from a Mobile Phone

Hello, I have a web application where I need to upload multiple photos at the same time, On the pc it goes without problems but on the mobile I can not select multiple photos. Can anyone help me?     
asked by 07.11.2017 / 23:56
1
answer

Date coming wrong

I saw the similar questions, but none with answer, my date is coming like this from the bank 2017-05-05T00: 00: 00 + 00: 00 when I try to make a date ('dm-Y', strtotime ($ date)); she comes so 04-05-2017, how can she make it come 05-05-2017? Why...
asked by 25.07.2017 / 16:40
2
answers

How to make a collapse button Bootstrap disable the other

I created two collapse buttons in Bootstrap with two different content. What happens: When I click the first button the content expands. When I click on the second button the second content expands below. What I wanted: I wante...
asked by 20.07.2017 / 15:29
1
answer

Open email client with php attachment file

I'm trying to open my email client (for example Outlook) with the following: <a href="mailto:[email protected]?subject=Assundo email&body=Corpo de email"> Send mail</a> Now I wanted to send an attachment by mailto...
asked by 12.07.2017 / 13:08
0
answers

How to put particlejs in a parallax banner with text in the center

I'd like to know how I can put the ParticleJS effect on a banner Parallax with a text in the div center. This way: Forexample,inthisbannerIwantedthatinthecenterofit,therewasatextandthattheimagewaswitheffectParalax.Itriedthisway:...
asked by 23.06.2017 / 15:15
2
answers

Delay does not work, can anyone help me?

I was programming a simple profile and I want to put a delay after the 'mouseenter' as soon as I move the mouse enters this 'mouseenter' and along with delay to show a box that is called '.user_widget' I am using: addClass and removeClass;...
asked by 23.06.2017 / 19:14
4
answers

Apply opacity to a Background

I'm trying to apply the opacity to my background image. I've tried using rgba, and the pseudo-class after. Is there any other way to apply this filter only to the image without affecting the content? This is HTML <div id="banner" style="...
asked by 29.06.2017 / 15:48
1
answer

Issues using Bootstrap

I'm using a full image bootstrap but my image besides not being altered is getting in the middle of the screen. I wanted the login screen padding to be restricted to its size, but it's taking half the screen. Here is the css code: body { m...
asked by 09.06.2017 / 15:40
3
answers

How to redirect user after login according to user type?

In the system there are 2 types of users 1 = admin and 2 = teacher, and after logging in I need to redirect each one to a different page. This is my php and html code.        require "lib/authenticate.php"; $error = false; $password = $email =...
asked by 08.06.2017 / 19:46
1
answer

Dependent selects in PHP

I have two selects, the second select being totally dependent on the first. I would like to make the filter, but I can not see a solution. Could someone help me? <!-- Todas as tecnologias --> <div class="mws-form-block"> <d...
asked by 05.10.2017 / 13:59