Questions tagged as 'html5'

1
answer

Place text in html table cell vertically?

I am looking for a way to place the text of a cell vertically, there is a code CSS that I use the transform to do that but when using it what it does is rotate the whole cell and damage the design. What I want is to make this ta...
asked by 24.03.2017 / 22:25
2
answers

Move a node of type element

Why do I have to press the button twice to change the items on the list? function cambiarPosicion() { var lista1 = document.getElementById('lista'); var hijo = lista1.firstChild; var lista2 = document.getElementById('lista2');...
asked by 07.08.2017 / 17:03
3
answers

How to correctly use the event click on Javascript?

Good day I do not understand what the error is, what I want is that when you touch Hello , change to Mundo function cambiardiv(){ var i=document.getElementById("a").click="Mundo" } window.onload=cambiardiv; <!DOCTYPE html&...
asked by 24.11.2017 / 18:24
2
answers

How can I make it recognize "/" when concatenating with javascript?

It turns out that I can not make it show me as a url when I concatenate the url images/ that is the folder that I have to put images, the code that armo is the following. carouselImagen+= '<div class="carousel-item active" id="planti...
asked by 24.04.2018 / 15:58
1
answer

how to send an email that has a html and php code message?

I need to send an email where the message is with HTML and PHP code, what does the code in html is to assemble the table and with the php and mysql must bring the data and put it in the table, when I only put html if it sends the msj, when I put...
asked by 18.04.2017 / 18:34
2
answers

Access a property of a JSON

I have the following JSON "values": [ ["Martes", "pan", [8, [4],[0]], 7.381498329613434] ] } What would be the way to show the value: 7.381498329613434 in my Javascript console? Thank you very much     
asked by 07.11.2018 / 23:00
1
answer

jQuery - Error in moving object horizontally

   There is movement of the carousel content on both left and right sides when the left mouse / mouse button is pressed. But? The error is that moves the object by selecting everything, the idea of moving the object is to move both sides...
asked by 07.10.2016 / 17:30
3
answers

popup window with a video in browser

I am developing a web page and there is a request that I have from the client and I do not know how to carry it out. My idea is that as soon as you enter the index, a video appears in a pop-up window (advertising) and when this video ends, th...
asked by 27.10.2016 / 13:18
2
answers

CSS effect "grid / grid" semi-transparent

I'm trying to put a CSS "grid / grid" effect on an integer. On this website you can see the example (it covers the entire first section and the navbar) link I could not find in your CSS the value generated by this effect Any ideas?  ...
asked by 07.09.2016 / 20:31
4
answers

Three-column horizontal adaptable div

I am learning HTML5 / CSS3. I want to make a horizontal div of three columns that, if the window is reduced or the web is loaded on a device with less horizontal space, it becomes three rows (that is, one column on top of another instead of o...
asked by 18.03.2016 / 11:55