Questions tagged as 'html'

1
answer

How to make the lightbox appear in front of everything?

I use the Ebit Banner for customers to evaluate the purchase on the site, but the lightbox of it always appears behind all elements of the page. How do you make it appear in front of everything? The code below is a summarized version of...
asked by 04.01.2018 / 19:45
1
answer

Problem in leaving a video fixed in the background of a section

(thebackgroundofthesectionisfixed,butthevideoisnot)Couldanyonehelpmetoleavethefixedvideoequaltosectionbg?code: @import url('https://fonts.googleapis.com/css?family=Paytone+One'); *{ margin: 0; padding: 0; font-family: helvetica; }...
asked by 05.01.2018 / 00:50
1
answer

Menu changing page content [closed]

Talk to me, I'm producing a Site and I made an HTML + CSS Menu, the only problem is that the Menu is changing the positioning of things that are below it, eg: if the menu exists and below there is a < p > Test < / p > when scrolling...
asked by 05.01.2018 / 00:44
1
answer

I did 3 slidesshow but between the slidesshows there is a space [closed]

My code: <div class="w3-content w3-row"> <div class="w3-third"> <img class="mySlides1 w3-animate-fading" src="comida/1.png" width="250" height="200" border="3"> <img class="mySlides1 w3-animate-fading" src="comid...
asked by 05.01.2018 / 21:46
2
answers

closing tag "section" found, but there were open elements

Good afternoon, I'm trying to master the use of HTML5, and during the error correction attempt of my HTML5 page I find myself in the error described in the title of the page and I can not understand what it is because I understand it as a open d...
asked by 20.02.2018 / 16:55
2
answers

Return PHP values via Ajax and display in HTML (separately)

How can I return values from a PHP page via Ajax and display them separately? Ex.: I have a PHP page in which I have the return values: <?php echo $a; echo $b; echo $c; ?> Currently I can determine via Jquery that they are displaye...
asked by 03.12.2017 / 16:47
1
answer

How to remove column spacing in bootstrap

Good afternoon everyone, I'm working with columns and I came across a problem that's been hitting me for a long time, as you can see in this example link , I need the "Box 3" and also the "Box 5" are not down there, I want the elements on the l...
asked by 02.12.2017 / 16:24
1
answer

Picking category from a table in Mysql

Personal I have a product registration table and in it I have categories: $consulta = mysql_query('select categoria from produtos order by categoria'); while ($var=mysql_fetch_array($consulta)) { echo "<a href='editar.php?categ...
asked by 28.02.2018 / 13:57
1
answer

Generate image using PHP for directory

Sorry if it got too strange the question, I have a system that when the user upload has no image it puts in the following img directory: /xxxx/estatico/comuns/sem_imagem/ My idea was to generate an index.php in this directory that generated...
asked by 27.02.2018 / 15:10
1
answer

Ajax help does not send data to the bank

I'm trying to send a form to my database. Ajax says that the user registration has been successfully done but when I go to look at the database there is nothing there. My Form. <form class="form3" method="POST" enctype="multipart/form-da...
asked by 27.02.2018 / 02:44