Questions tagged as 'html5'

1
answer

Can I put the Google doodle in the search engine of my website?

This is my website: and I would like to put the Google doodle and update it over time, would there be a way to do it ?, while I have a google image.png but it would be better with what I tell you. here I leave what is a doodle: (and the...
asked by 18.12.2017 / 20:46
1
answer

Problems with LINK image-background ASP.NET MVC5

Because I do not see the image when doing it from the stylesheet, I need it in the header for that reason I do it from a class ... .font { background-position: center; background-size: cover; background-image: url('../Images/index/font.j...
asked by 12.12.2017 / 00:06
1
answer

Problem when bringing data from a base

I'm having a problem. What I want to do and I'm trying to achieve is a menu where it brings as "main link / s" the categories eg: "Video card" And that when you click, show the video plate marks. Ex: No Click: Video Plaque 1st Click: MSI...
asked by 23.12.2017 / 20:52
0
answers

Can a DataTable with a jquery-ui style be included in a Bootstrap template?

My question is this:    Can a DataTable with style% of JQuery-ui be included in a template of Bootstrap without the libraries of Bootstrap and JQuery-ui causing conflict?     
asked by 13.12.2017 / 16:30
0
answers

Block download PDF in Codeigniter

I am working on a project with Codeigniter version 2.2.6, and I have to show a PDF on the web, this I already did in the following way <embed src"ejemplo.pdf#toolbar=0" type="application/pdf" width="100%" height="500px"> The problem i...
asked by 15.12.2017 / 18:28
1
answer

print content in a parallel html

Thanks in advance ... I hope you can help me the problem is this: I have a main html file which is associated with a javascript and its corresponding styles, the problem lies in that in the javascript a series of processes is done and at the...
asked by 06.12.2017 / 01:59
0
answers

Problem when saving to a database

Good morning, I have not managed to save the time field in a php my admin database, the code to get the time is done in Javascript <table name = "HORA" style ="width: 250px; height: 24px; position:absolute;left:885px; top:185px;" id="reloj...
asked by 25.11.2017 / 18:34
0
answers

clone a selectpicker

Good afternoon friends I have the following problem I need to clone a multiple selectpicker which I have in a DOM with an incremetable form that is inside an html table, the problem is that when I add another row the selectpicker appears twice,...
asked by 16.12.2017 / 21:01
2
answers

Place the value of a javascript variable in a textarea

Good day I would like to deposit the result that a variable of javascript throws at me in a textarea, thanks in advance! var x = document.getElementById("demo"); function getLocation() { if (navigator.geolocation) { navigator....
asked by 23.11.2017 / 17:45
1
answer

Collisions on canvas html5 game

I hope you are having a good day. I'm here because I have a canvas collision problem ... I am creating or trying to create my first jjuego with canvas and javascript. I'm on the side of collisions, which does not work for me, I do not understand...
asked by 19.11.2017 / 18:11