I have an html with the following code:
function mostrar() {
var x = document.getElementById('alerta');
if (x.style.display === 'none') {
x.style.display = 'block';
} else {
x.style.display = 'none';
}
event.prev...
Help with organizing divs with float
Post page with different heights, to present projects and news on a web page.
example of the post list
I try to make a grid where projects are shown in three columns, but sorted from left to righ...
Currently I have 1 table (html) with 2 tables (html) whose problem is that when displayed on a small screen the headings are mismatched with the table
My table (example):
<table width="100%" >
<tr>
<table width="100%" >...
I have the following structure for a project:
And I can not get the css styles loaded. If header.php is inside includes and CSS files inside css why does not it work ../css/style.css ?
What route do I have to put?
/css/b...
I think the problem is in the declaration of variables the code is not yet complete because it lacks functions to assign but the basic functions are not working for me: addition, subtraction, multiplication and division. with them the numbers.
P...
I have a question with the following code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Video</title>
<script type="text/javascript">
function iniciar() {...
I want to change the value of a property of a css class dynamically with javaScript
For example, having:
$(".miClase").css("visibility", "visible");
.miClase {
visibility: hidden;
}
<script src="https://cdnjs.cloudflare.com/a...
This is the code I use to add the classes and then remove them,
is working but if I have more menus the code is plowed giant and I do not want that to happen
base_url = $('#base_url').val();
$("li#6").on('click', function() {
url =...
I want to align to the left because it is very far to the right
<div class="login.page">
<div class="widget-shadow">
<div class="login-body">
<form action="thanks.html" onsubmit="validarformulario()">...