Questions tagged as 'html'

0
answers

Google Font does not work Online from Windows

I'm having trouble seeing fonts in Google Fonts on Windows. On my Mac I see it perfect. I'm using Raleway. <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700" rel="stylesheet"> The weird thing is that o...
asked by 23.11.2018 / 16:29
1
answer

Apply a class when a 'child' has an active

I have a doubt that is driving me crazy. Navigate everywhere and I appeal to you. I need "Next" to disappear ( opacity:0 ) when the first .rojo " .rojo:first-child " has .active . And that Prev disappears but w...
asked by 22.11.2018 / 18:37
0
answers

Query in the background? Download time

I have a code that has to show a list of options downloaded from the database through the element. The problem is that this query takes a long time to load (since I have to show more than 150000 records). The code I currently have is this:...
asked by 22.11.2018 / 17:10
1
answer

Hover effect within a link

<a href="#" target="_blank" style="text-decoration: none; color:white;">Opciones</a> I am making a signature of my email, which only respects the styles placed on the labels themselves, as shown above, where I give...
asked by 23.11.2018 / 15:23
1
answer

Colapsar sidebar

I have a project that uses the AdminLte template, and I do not know how to make the sidebar collapse: I have managed to change color when the size of the screen exceeds 500px but I do not know how to make it also collapse: @media (min-wid...
asked by 07.12.2018 / 18:19
0
answers

Inquiry With a Select Multiple PHP

In summary, I need the query to be made according to the number of options selected in the Select field. I do not know if I can explain myself clearly. Until now the code that I have is the following, however it only shows the result of a sel...
asked by 07.12.2018 / 19:18
1
answer

Upload a file to Firebase storage using vue.js

I have an html file that receives the file through an input <div class="form-group col-sm-12"> <label>Adjunte la copia de la cedula de conyuge en formato PDF</label> <input type="file" ref="cedulaTrabajador" @change="a...
asked by 27.11.2018 / 21:51
1
answer

Function for all checkboxes

Good day. I need to make a function that works for all the checkboxes of a form, this function should create an input with the id equal to the id of the selected checkbox and when deselecting the checkbox the input should be deleted. I have t...
asked by 12.12.2018 / 22:10
0
answers

Problem when displaying data within a range of dates

I have an input date : <input id="start" type="date"><label>To</label><input id="end" type="date"> Result with dd-mm-aaaa format: This is my JS when you press Generate Report : fu...
asked by 12.12.2018 / 19:52
1
answer

Launch event of a hidden element html

I have this html table: <table> <tr> <td>A</td> <td><img src="img/d1.png"><input type="checkbox" class="ocultar chk_asiento" value="A1" onClick="asignar(this);"></td> <td><img src="img/d...
asked by 22.11.2018 / 23:32