Questions tagged as 'html5'

2
answers

how to put two buttons together in the footer

I'm trying to put two buttons in the footer, but these do not adapt to the screen, they are not responsive, when the screen is small the buttons are out of this, also I can not leave them together. my code: <center><a style='position...
asked by 06.10.2018 / 05:46
2
answers

Incompatibility Firefox

I'm about to finish my first web project and when I'm reviewing the browsers I find that firefox causes me the following error in the footer. As you will see in other browsers it works and it looks perfectly in firefox is the only on...
asked by 01.09.2018 / 19:17
2
answers

Add the value of several select in a table with php

I have the following table: With the following code: <table> <thead> <tr> <th> Lunes </th> <th> Martes </th> <th> Miercoles </th>...
asked by 16.08.2018 / 00:40
3
answers

Enable an input with a checkbox

please help me with this problem I want that when I select checkbox the input is activated, I want to do it with readonly because with disabled it does not save me in BD , with disabled if it works but wi...
asked by 17.08.2018 / 17:15
2
answers

How to add and remove Javascript dynamically

I am developing a web application that needs to load modules dynamically, each module has html, css, javascript code fragments, which I upload via ajax with json: To add the html and the css, the innerHTML method works perfectly for me, which...
asked by 11.10.2016 / 20:29
2
answers

Show and hide links with hover

I would like to know if it is possible to do an effect with hover in which a link containing a contact button is hidden. The fact is that I want it to be visible within the div only when the mouse is placed on the parent div. Thanks for your...
asked by 09.01.2017 / 08:24
1
answer

Resize Div with mousemove

I have a problem with the div when I enlarge it, I do not know why it jumps and it does not get larger as the pointer moves on the screen. I am using html5, CSS3, bootstrap and JS with jQuery. This is inside a table. This is my code. $(d...
asked by 25.07.2018 / 19:43
3
answers

Why does my ajax not detect information?

I have this problem, I am doing a login and a register but when I try to verify if the data is being sent by means of a alert(); the information is not being sent. Code <!DOCTYPE html> <html lang="es"> <head&...
asked by 25.07.2018 / 21:24
2
answers

BootStrap expand menu to 100% with in its respective column

I'm doing a layout boostrap to go getting into the thread, in the first row I want to have: on the left the name of the page, and on the right the menu with its buttons and such. The problem that has arisen is that the menu that is sup...
asked by 29.04.2018 / 11:35
1
answer

How to make a text box appear when flying over the options of a menu in html5?

In html I need that when flying over the options of a menu, a text box appears explaining what is in each An example of a menu that is shown in the image, I would like you to fly over each label a box with an explanatory text appears as show...
asked by 11.03.2018 / 15:13