Questions tagged as 'html5'

1
answer

Swap HTML divs [closed]

As the image shows. I have div mother containing 5 div vertically aligned. How do I change the position of the last div contact by positioning it between home and services without having to change the defaul...
asked by 02.02.2017 / 01:37
2
answers

Sending form without PHP

Good afternoon I developed a website of html5 and css3 and so now I have a "problem" I have to make a form in this site with basic information such as phone number and subject and the message and this should be sent to my email when the Personal...
asked by 04.02.2016 / 20:03
2
answers

Change panel color when mouseover

Given the following code, (bootstrap site example): <div class="panel panel-danger"> <div class="panel-heading"> <h3 class="panel-title"> Panel Title </h3> </div> <div class="panel-body">...
asked by 04.07.2016 / 17:22
1
answer

Internal search with HTML [closed]

Good evening people! I'm creating a movie site and I wanted to know how I do an internal search system on it, like, everything is already created, the input and the button, now it's just gotta work! I want that at the same time that I type in th...
asked by 13.09.2017 / 02:48
1
answer

Remove all attributes from HTML [closed]

I have a file of approximately 60000 lines and I need to remove all attributes from the HTML file. Do you know the name of any application, notepad plugin, or any way to automate this process? Thank you! Exemplo: <td height="20" align="l...
asked by 28.09.2018 / 13:14
2
answers

I want to put an alert after sending the form to the database, with something like "Your message has been sent." [closed]

I wanted when the form was sent to the Bank, an alert would appear with something like "It was right to insert" if it did not say "Error sending your message". <?php if(!empty($_FILES['uploaded_file'])){ $username = 'root';...
asked by 01.10.2018 / 21:10
1
answer

how to display user data on a bootstrap card after login is validated

Hello, I'm developing a real estate site where I want to store user information after login, I'm trying to use session, but I'm not having success in storing my user information in the variables, on page after login where I was to aparecero name...
asked by 23.11.2018 / 17:28
0
answers

Web App - display error: "fullscreen"

I do not know if it's canary's fault, but when I add this function to my PWA, it looks like this: Hereisthecode:{"short_name": "EAOS", "name": "EduApps Operating System", "display": "fullscreen", "background_color": "#333", "icons": [ {...
asked by 05.01.2019 / 02:17
1
answer

nav pills bringing mysql info in pdo

<div class="video-sec"> <h4 class="heading-small">Mídias</h4> <div class="video-block"> <ul class="nav nav-pills justify-content-center mb-4" id="pills-nav" role="tablist"> <?php // Atribui uma con...
asked by 17.11.2018 / 21:07
1
answer

How to center a dropdown with JavaScript?

I need to create a drop-down menu with the following styling: Asyoucansee,itshouldbealignedwiththe'arrow'pointingtothecenteroftheparentelement.Itriednumerouscombinationsofstylization,butnothingworked.Eitheritisalignedtotheleftoftheelement,ort...
asked by 24.02.2015 / 21:16