Questions tagged as 'html5'

3
answers

Div divided circular [closed]

They asked me for a job in which there is an area where certain notifications are shown, the design is more or less like this, the circle will be colored depending on the process the user is in (the states control them from the database), but I...
asked by 02.06.2017 / 20:26
3
answers

Can you make method calls by clicking on a button in HTML5?

The question is that if I can make calls to methods to not do so much code, I must show a table by pressing different buttons. <button>Más Opciones</button> <button>Más Opciones</button> <TABLE align="center">...
asked by 09.11.2017 / 14:54
1
answer

Problem with HTML item positions

I have two pages: In the first one I have the elements in a container that when they are stored in the BD are loaded in the second page. On the second page, these elements are loaded directly into the body, the problem I have is that the dist...
asked by 27.10.2016 / 20:52
2
answers

Underlined effect in hover with link

I need to cut the horizontal width of a border-bottom to show the following effect :     
asked by 26.04.2017 / 23:46
1
answer

Create Array of Elements inserted in a table HTML Table

I would like to know who could help me with this problem ... I have a table in which elements are inserted through check's box, from the inserted elements I want to create an Array with Javascript but my problem is that in the array it also intr...
asked by 01.12.2018 / 18:39
3
answers

How to convert a string to int in Javascript?

I have a small problem with the following code. var cantidad = $tds.eq(2).find("#cant").val(); total_bultos = parseInt(cantidad) + total_bultos; document.getElementById("total_bultos").value = total_bultos; When trying to add the char...
asked by 16.02.2018 / 14:39
2
answers

How to make an image respect a container div

I have the following in html5 and css3, the problem is that the image does not respect the div container and I want the image to automatically adjust to the size of the container for that is kept inside said container marked with a red bac...
asked by 18.09.2018 / 21:11
1
answer

The necessary tags in an HTML5 document

I usually use a series of labels that I think are the most used and the most efficient within the tag . I would like to know if I am missing any important tags, or if I am using others that are no longer necessary for a good html file. <...
asked by 20.09.2018 / 09:34
2
answers

Prevent the lower div from moving when the upper vert scroll

I'm doing an application in angular that is not responsive because you would have to do calculations to redraw. My knowledge of css is very limited, and my problem is that I have the div that loads the tree, that makes vertical scroll if many no...
asked by 27.10.2017 / 10:22
1
answer

Problems with selectors applying hover

I was developing a website that has a table and in it I am applying a hover that changes both the background and the letter. The problem is that when I perform the hover with selectors in the execution, the next element of the table is passed...
asked by 05.04.2018 / 14:10