Questions tagged as 'html5'

0
answers

VBA code to get values inside HTML

I want to collect two values from an HTML through VBA. The information '40 New 'and the' $ 19.95 '. My code succeeds in getting '$ 19.95', but in the following iteration it overwrites and gets '$ 17.38'. 'SetQuestionList=html.getElementById("...
asked by 03.12.2014 / 22:47
1
answer

How to make the keyframe stop at 100% / stay static after the animation?

I have the following keyframe: @keyframes bolha 0% {width: 0px; height: 0px;} 50% {width: 600px; height: 600px;} 100% {width: 400px; height: 400px;} } I call it this way: -webkit-animation: bolha...
asked by 04.02.2015 / 19:43
2
answers

TV style information bar (similar to tag marquee) [duplicate]

I need to make a TV channel style information bar that goes from right to left. I have the text that comes from the database and as it is a long text would need to be looping. I'll use it on a webpage.     
asked by 20.04.2018 / 20:09
2
answers

HTML5 Drag and Drop

I'm using the example provided on the w3schools site to generate a two-column Drag / Drop (DIV ). The objects that will be moved between these DIVs are identified by the IDs from 1 to 5. So far everything is working as it should, the proble...
asked by 27.11.2017 / 18:14
1
answer

Should an image be resized in the browser?

I have read in some places that we should not resize the images we ask of the server in the browser. But I have recently seen that it is good to have a large image with a low quality so that when these images are downloaded on a retina screen th...
asked by 16.01.2017 / 19:58
1
answer

Duplication of submit with jquery and php

I have a form on which to register phones called edit_form.php: <form method='post' name="<?php echo $idEmp; ?>" id='emp-SaveForm-tel' action="#"> <input type='hidden' name='id' value="<?php echo $idEmp; ?>"> &l...
asked by 01.02.2017 / 18:08
1
answer

Tip to set up menu

Good morning, friends, I'm new here and would like your help, as I need to set up a dropdown menu, with one of the sub-menus with another level. However, to follow a layout, such sub-menus need to be on the same line and needs to be a megamen...
asked by 23.05.2017 / 15:30
1
answer

How to use Bootstrap template

I wanted to use the Gentelella template. I even looked for more explanations. I need to replace an admin panel I created a few years ago with a newer one. And I saw this alternative I could not implement. Can anyone help me get started? I...
asked by 07.08.2017 / 23:42
3
answers

How to change the selected option in my 'combobox' from a 'li'?

I need to make a page similar to this where I make a computer budget. The last product of ChipArt's budget is the cabinet, their website has an option to open a gallery of images and select which cabinet I want, how to make that selection a...
asked by 09.10.2014 / 20:18
5
answers

Simple Rotating Banner

I want to make a very simple rotating banner with just the arrows on the sides and an image that changes all once clicked, but I would like to use as little Jquery or Javascript as possible, I tried to do it but I'm kind of rusty in development...
asked by 04.08.2014 / 21:31