Questions tagged as 'html'

1
answer

Show typeahead dropdown on table-responsive

This is the code I have. The problem is that the dropdown of the typeahead plugin is hidden in the div that has the table-responsive class. Can somebody help me? Thank you in advance. <!DOCTYPE html> <html> <head>...
asked by 06.09.2016 / 08:34
1
answer

Problems in chrome with overlapping divs using z-index and position: absolute

I have the following code that makes that when you work in a small window or zoom out to the window the divMenu in chrome overlaps the divPlegar (to fold or unfold the menu) and the divbody. I have tried different things, in IE11 it works correc...
asked by 05.09.2016 / 11:00
2
answers

Why does not the scroll come up?

I have a problem with the scroll of my page. When I'm in the middle of the page or just download it a bit and try to update my page, either with F5 or by clicking the update button on the browser, the page stays there; It does not do anything. I...
asked by 28.11.2016 / 00:07
2
answers

Select the son of the relative of a selected div

I am trying to make a pop-up tab of a div table and would like to change the value of a div, specifically the son of a father who knows his id, something like this: <div id="pariente"> <div id="hijo">Inactivo</div> </div...
asked by 29.11.2016 / 06:40
2
answers

How to make two drop-down lists that depend on another drop-down list?

Good afternoon I need to make three drop-down lists (select) in an html template where two of them depend on the first selection that is chosen.     
asked by 15.08.2016 / 22:44
2
answers

Offset in slider with Javascript

I'm coding a small slider quite simple and I run into a problem that I really do not know what it is. The slider works well until you try to go back to the first photo, you see the change of positions showing the malfunction and...
asked by 29.04.2016 / 21:14
1
answer

Pass HTML to image [closed]

My problem is this, I need a js or PHP library to be able to pass HTML code to an image and it is downloaded automatically. $html = "<div><p>Soy un código HTML</p></div>" htmltoPNG(<?php echo $html ?>); <scrip...
asked by 28.04.2016 / 19:13
2
answers

Two variables onclick event

I have the following problem, I am trying to put a push in an onclick event before giving the value to window.location . href="javascript:;" onclick="window.location = 'pagina.php';" But, the problem that I have, is that if I put it...
asked by 02.05.2016 / 10:18
2
answers

Javascript onLoad does not load

I have this Javascript function inside my HTML. $("#aviso1").on('click', function (e) { // Initialize the object, before adding data to it. // { } is declarative shorthand for new Object() var obj = {}; obj.tit...
asked by 23.05.2016 / 20:56
2
answers

How to position images within DIV

I have a div tag and I need some objects to be aligned to the right and others to the left and to be seen at the same height inside the screen. This is my code: <div align="justify"> <table> <tr> &l...
asked by 18.08.2016 / 17:39