Questions tagged as 'html5'

1
answer

How to change the class to a font awesome icon?

I have a problem what happens is that when I put font awesome in my footer it has classes by default and when I put the same icons in my modal menu appears with the same editions that I have in my footer and we open some way to change the class...
asked by 17.03.2018 / 19:16
1
answer

Add Link to a piechart

I'm working with graphics, which works well for me and delivers the data I request; my problem is that I can not add a url and that this url take me in said graph. <div class="el-chart-w"> <canvas height="300px...
asked by 04.09.2018 / 16:02
2
answers

as center a div within section, margin auto does not work for me

I'm doing a site but the div container I put margin auto and it does not work .servicios{ background: #fff; height: 750px; clear: both; width: 100%; float: left; margin: auto; } .title-service{ font-size: 70px; text...
asked by 28.08.2017 / 01:27
1
answer

How to close a modal window automatically?

I would like to know if there is any way to close a modal window, without clicking "Close" ?, for example, if the window is a form and it returns a successful message, it would be good if it closes automatically after 2 seconds.     
asked by 19.09.2018 / 01:22
1
answer

How do I change a canvas color with a click on html5?

Excuse me but I would like to know how I can change a canvas color by the method of clicking on the drawing. It's for another type of work but I just want the method of clicking on the drawing and making an action.     
asked by 01.05.2018 / 10:17
3
answers

Call a javascript function from another page

How can I call a javascript function from another page? Example: Page5.html <a href="javascript:irAFuncionDePagina2Html();">Contacto</a> I add more explanation, I thought it would be better understood with the previous exa...
asked by 17.12.2018 / 17:27
1
answer

I can not apply styles to tablet resolution in landscape

I can not apply the styles to a article in the mediaquery of tablet landscape. It takes me the mediaquery styles of desktop resolution. With my tablet horizontally, the paragraph is almost down, the arrow icon is not visible. In portrait...
asked by 07.07.2017 / 20:16
1
answer

How to include JQuery in the html [closed]

I'm trying to include a css from an external link, but I can not get it. <head> <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" type="text/css" href...
asked by 03.05.2017 / 21:44
4
answers

query does not save records to the bd [closed]

Well, what happens is that I'm making a form but I'm not saving the records in the database, I do not know what this table is for <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transit...
asked by 29.11.2016 / 22:26
1
answer

HTML INPUT RADIO empty the value of a radio button with JavaScript

Good day I'm working on a SELECT input which, according to the element, displays a different Radio Button group but I need the radiobutton not to be selected when it shows a new group, all radios are deselected and I want to do it with JavaScrip...
asked by 13.03.2018 / 00:12