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;...
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...
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...
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...
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...
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...
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();...
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...
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...
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...