Questions tagged as 'html'

1
answer

appear footer when in hover

What I want to do is show the footer when the mouse is on top, I did the following but it does not work. body { margin: 0; } .block { height: 2000px; } .header img { width: 100%; } .test { position: fixed;...
asked by 10.01.2017 / 15:58
1
answer

Error adding N elements with Javascript

I have a problem adding all the totals, it manages to add the totals of each product and a final total but when editing a price or quantity it is added to the final total and it is not edited correctly. Code: <!DOCTYPE html> &l...
asked by 28.03.2017 / 17:50
4
answers

Include html / php content from another file

I'm working on a simple web without a framework, and this website should have a header and a footer on all pages, it's 3, the thing is I do not want to be copying that footer and that header all the time in each of the pages with which I wou...
asked by 18.10.2016 / 09:40
3
answers

CSS: Keep the style when making a display: inline-block

I have a table in which I can drag rows doing drag and drop. To break some words I use the word-wrap:break-word; and the display:inline-block to work on browsers like Chrome. The style, when dragging a row which has the appli...
asked by 20.09.2017 / 15:26
2
answers

Failed to confirm () in JavaScript [duplicate]

I have a functionality so that when you want to delete a Patient by clicking on delete, ask if you really want to delete it or not. It shows the question, but when I give it to cancel it erases it to me equally and if I give it to accept it...
asked by 24.08.2017 / 21:50
3
answers

Rounded style table html

Greetings I want to obtain a format like the following: Update The result I get is the following: my code: <style> .clase_table { border-collapse: separate; border-spacing: 10; bo...
asked by 21.12.2018 / 21:05
2
answers

because I get the error "Uncaught ReferenceError: slider1 is not defined at onload"

I can not understand why I get the error I mention in the title "index.php: 111 Uncaught ReferenceError: slider1 is not defined     at onload " If someone very kind could help me, function uhrzeit(anzeige) { Heute = new Date();...
asked by 18.10.2018 / 05:28
2
answers

Preserve value in a select html + php

I am developing a simple form with html, php and MySQL, which has validations of mandatory fields, invalid characters, etc. html <?php include_once '../../includes/insert/insert_user.php'; ?> <h4 cla...
asked by 19.10.2018 / 21:33
2
answers

Send a variable from PHP to HTML?

I have a problem. I need to send a variable of a file in PHP on my site1, to an html file on my site2. this is the code that I have so far PHP site1 = header ('Location: https://www.sitio2.xyz/ads/ad1/ad'.$variable.'.html'); this...
asked by 05.09.2018 / 14:21
2
answers

how to replace an ajax call with another

I have a slight doubt about how to substitute an element for another within a for , in this case I make a call to a '$ .post' that collects a json and shows it in a kind of letter to say it of some way, the information collects it well, an...
asked by 03.09.2018 / 10:05