Questions tagged as 'html'

0
answers

Memorama JS, change shifts.

I am doing a Memorama, it works well, two cards are uncovered if they are the same, they remain uncovered, otherwise 3 seconds pass and they are hidden again. But as I do, if Player 1, make no mistake and add the pairs of Player 1, in the cor...
asked by 13.05.2018 / 21:32
0
answers

Dynamic progress bar in ASP.NET with Javascript

I have this bar: #myProgress { width: 100%; background-color: #ddd; } #myBar { width: @Model.avance%; //El avance lo cargo de una variable que me traigo de sql height: 30px; background-color: #007bff;...
asked by 08.05.2018 / 14:52
2
answers

How to know the value of an array

I recently left a code about how to create dynamic ids in a while cycle. Now I have this other doubt. <?php $i=1; $n=1 while($fila=$consulta->fetch(PDO::FETCH_ASSOC)) { $this->empleados[]=$filas; $Filas = consult...
asked by 08.05.2018 / 14:21
0
answers

Display selected data from an html combobox

I have a question about html in NetBeans , I have the following values in my combobox : .ZONA : South Zone, North Zone, East Zone, West Zone .Quantity : 1, 2 .Banco : BCP, BBVA, INTERBANK, SCOTIABANK I would like...
asked by 07.05.2018 / 07:14
0
answers

Show Blob in an image in Visualforce

I have a text field enriched in an object in salesforce in which I have to save an image that the user will insert this image from an inputFILE. This I already manage to make the image to base64 and I keep it in the object but now I occupy to s...
asked by 06.05.2018 / 17:25
0
answers

Resize with Bootstrap slideShowGallery

I have a slideshow gallery. But I need to use the bootstrap classes to be able to resize it on mobile devices, since on the html page it works perfectly for me. But when I use it on mobile devices as I mention them the code is not responsive....
asked by 06.05.2018 / 01:39
0
answers

How to use AJAX within a .PHP when importing data from a .CSV

<!DOCTYPE html> <html> <head> <title></title> <script type="text/javascript" src="header.php"></script> </head> <body> <h1>Importando archivo CSV</h1>...
asked by 15.05.2018 / 21:06
1
answer

Help with this image does not fit the div

I can not make this image fit this is the css code that I have. what is selected is the html code of the part where the image is CSS .login100-form-title { width: 100%; position: relative; height: auto; z-index: 1; display...
asked by 15.05.2018 / 22:54
0
answers

How to enter coordinates in a javascript array

I am working on a small project to mark positions in Google Maps, I do not know how to read a file .txt that contains the coordinates of the markers by longitude and latitude, as an example: -15.432545, 6.4344523 \n -15.563452, 6.542345...
asked by 12.05.2018 / 01:53
1
answer

Hover in Image with Boostrap

I tried to make a simple hover of resizing with the image but it did not just come out, I leave CSS and HTML code: .baseNumeros { z-index:4; } .RNumeros { width: 100%; height: 100%; transition: transform .2s; } .RNumeros:hove...
asked by 10.05.2018 / 15:34