Questions tagged as 'html'

2
answers

Fixed header in HTML

I have this HTML and CSS code and I need the header to be fixed. Everything works fine, but titles do not align with the body. This is the code: <table class="table header_fijo"> <thead> <tr id="cabecera">...
asked by 01.08.2018 / 17:53
1
answer

how can I give or call the styles css to an html table defined in php?

<?php require('../logica/conexion.php'); ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Comunidad</title> <link rel="stylesheet" type="text/css" href="../css/esti...
asked by 29.07.2018 / 23:41
1
answer

How do I make an animation in the internal navigation

Good day developers, how are you? My question is the following: How can I possibly do in CSS that when I click on an element of the menu in the header of my page, it takes me to an element of the same page through the internal navigation with...
asked by 30.07.2018 / 03:26
0
answers

Problems with databases in godaddy

I am trying to upload an online shopping site in godaddy, the problem here is that some parts of the web pages connect to the database and others do not, it can be said that the site works well on the local server of my computer and in a free ho...
asked by 25.07.2018 / 05:13
1
answer

Notice: Undefined variable Warning: mysqli_query () expects parameter 1 to be mysqli, string given

I have this code in registry.php but when I get the values from the index.php form when the entries are not added to the database. <?php //conexion con la base de datos y el servidor $connection = mysqli_connect('localhost', 'root', "", 'f...
asked by 26.07.2018 / 03:06
3
answers

Capture current class in a variable

I'm trying to capture the value of a class tag in a variable so I can use it in a js, the problem is that the state of this class is changing, and I need to capture the value I have at the moment I'm trying to use var x = document.g...
asked by 24.07.2018 / 20:33
2
answers

When I see my page in the browser google chrome my background image is not seen?

When loading my page in the google chrome browser it is not seen but in the other browsers if and when removing the style of background-attachment: fixed; if it is seen but it does not have the effect that I want to pass behind a rgb and that th...
asked by 24.07.2018 / 19:57
0
answers

Correct way to save permissions by user or groups from form options

You have the following table (HTML), with a list of users (from BD with ASP.NET), you want to add certain settings or permissions (form below the table) for each selected user, or for a group of users (the number of users is dynamic). So, the...
asked by 26.07.2018 / 20:00
1
answer

Set characters within an input

Is it possible that within a input I set some fixed characters that can not be deleted? I mean, something like this: xxxx-xxxx-xxxx-xxxx Where x are numbers that the person enters and hyphens (-) are fixed and can not be deleted? Let...
asked by 26.07.2018 / 18:17
1
answer

update two input dates automatically?

I need to realize that when creating 2 input, when you select the date of the first, the second can not be selected from the date before. this is how little I have <table> <tr> <th>Fecha...
asked by 26.07.2018 / 19:22