Questions tagged as 'html'

1
answer

place image by after (css) that the footer is on top

How do I place an image in such a way that the footer is on top of the image? this is the css code that I have body::after{ content: ''; position: absolute; background: url(../img/sheet_b.png) no-repeat; width: 100%;...
asked by 28.04.2018 / 05:52
1
answer

The url in Django is superimposed

I have an app with a product loading form for books (Product, Date of publication, file) After loading it generates its own url ( link ) But when selecting to see all the images, I get the following error: verimagenes.html {% extend...
asked by 27.04.2018 / 05:54
2
answers

Is it possible to put 2 onclick?

I currently have this <li><a class="tablinks_ tab__active__" onclick="openCategory(event, '__IMAGEN1__1')">IMAGEN1</a></li> <li><a class="tablinks_ tab__active__" onclick="openCategory(event, '__IMAGEN__2')">...
asked by 21.04.2018 / 12:16
1
answer

Accommodate a closing X of the Bootstrap Menu

I am making a hamburger menu in mobile version (it is displayed when you shrink) and I am having problems with the X when it closes, although everything works well the problem with this menu is that when it opens and the X appears, it becomes mi...
asked by 08.05.2018 / 17:17
2
answers

Save HTML elements in a Javascript Array

I'm working with Charts and I need to show some results on a pie chart. This the pure Chart Javascript code var ctxP = document.getElementById("pieChart").getContext('2d'); var myPieChart = new Chart(ctxP, { type: 'pie', data: {...
asked by 24.05.2018 / 00:41
1
answer

How to validate the duplication of records called from BD with PHP and Ajax

I have a table where the information I send from my BD is shown through a field called DN, the detail is that I need to validate that when calling twice or more the same DN does not appear on my information table if not once. listing.html...
asked by 25.05.2018 / 18:42
2
answers

Error Notice: Array to string conversion in PHP PDO

Could someone help me and say why he sends me that message? Attach the code: <?php try{ $conexion = new PDO('mysql:host=localhost;dbname=organizer', 'root', ''); } catch(PDOexception $e){ echo 'Error ' . $e->getMessage(); }...
asked by 06.04.2018 / 02:00
1
answer

Fill an SVG using "fill"

When I have, for example, a hexagon made in SVG, which has only the edge drawn ... And when I do a: hover that hexagon is filled with the color of the edge ... How can I use the attribute (if can you call it that) "fill"? Imagine a hexagon wi...
asked by 06.04.2018 / 16:55
1
answer

Redirect with href and move to html section

Hi, I would like to know if it is possible to redirect to an aspx and move to a section  of this same but at the same time by means of href="# ..." currently I have two pages .aspx with a menu, but when I go to the second and want to return, thi...
asked by 16.04.2018 / 06:32
2
answers

search in different fields with different inputs mysql php

Good morning, I have tried to perform a search to a database in the following way .. I have a database with x columns (suppose that for more ease, the database has only two columns, a column that day is called and another called month), what I w...
asked by 22.03.2018 / 01:30