Questions tagged as 'html'

0
answers

VueJS. Can the v-on property be added to a transition-group tag?

I am working on a project of Vuejs 2.5, in which I have a dynamic table with an animation that I provide the default label and in it I say that it will work as a tbody so that the effect comes out with each tr to appear. <transition-group...
asked by 30.08.2018 / 22:23
5
answers

Block Form

I have a participant registration form, when I just registered the participants, another "detail" screen is displayed. But if you turn back again the form appears and you can re-register. How do I ban that? I do not want to block the button back...
asked by 04.10.2016 / 00:44
1
answer

How to adjust browser window to the width of the document in HTML?

I have a large table made in html that is generated with records from a database. The problem is that: A white space appears almost the same width as the table on the side Staying like this: /* Navegador Web */ /*********/********* *...
asked by 27.03.2017 / 16:06
5
answers

Show text when hover in an image

I have the code: .desvanecer:hover { opacity: 0.07; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; -ms-transition: opacity 500ms; transition: opacity 500ms; } <img...
asked by 14.01.2017 / 18:57
3
answers

Putting text on an edge

I know how to put a border to a text, but now I want to do the opposite, to a div that contains a border to add a text that interrupts the border.     
asked by 21.12.2018 / 15:32
5
answers

Add time in PHP array

I am saving the time in the database with a field of type time . I'm going through an array of data and I want to be able to add them. I have the following method: <?php sumaHoras = 0; ?> <?php while ($row = mysqli_fetch_as...
asked by 31.08.2018 / 22:43
3
answers

Put blank space every 20 rows in an html table

Is there any way to put a blank space in a table every X rows? I do not care if it's with css, with jquery or whatever. This is what the page generates, and the space I want to put in the red box. Pages are created as needed and create...
asked by 29.12.2016 / 22:00
2
answers

How to navigate on the same page without using the scroll?

The main idea of creating this function is not to use the vertical scroll, and from a click event of a button or other control execute this function and navigate to a% tag <div> or a label <a> specify that it is in the...
asked by 10.08.2016 / 22:44
2
answers

How to use buttons in HTML form to choose between several options?

I am designing a registration form and the section of choice of sex is not designed as a dropdown but as three buttons that when choosing one is active and I do not know how to do this in HTML and CSS. I have tried to put a type button but it...
asked by 20.02.2018 / 14:27
4
answers

How to change the appearance of an object when clicking?

I'm doing a minimalist memory game, to practice HTML and CSS code, but as a good beginner, I can not find how when the user clicks on a letter (not the effect: hover) it shows the back. In other words, I have the following object: Stylized...
asked by 27.04.2017 / 02:54