Questions tagged as 'html'

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
0
answers

Google Maps iFrame does not show correct location

I'm having a problem implementing a map on my site, I create the iframe through the google maps website, but when I put it on the site it appears without location, apparently it shows the whole map of the Earth without zooming, someone knows how...
asked by 03.12.2014 / 23:29
2
answers

Position absolute within an overflow hidden

HTML: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> </head> <body> <div class="box"> <div c...
asked by 22.02.2018 / 19:00
1
answer

Text and image HTML / CSS - Also responsive

I would like to do this with HTML/CSS . The texts, one on top of the other, with a button down and an image on the side. OBS. : You have to be responsive; The image may be up or down when switching to the responsive, but the text...
asked by 02.04.2018 / 17:12
1
answer

How can these DIVs be the same height, but with their contents different?

How do the divs below have the same height always? The content is dynamic, the content of the first time will be larger, the second time, I could use tables, but the content is not tabular. <div style="border: solid; height: 200px;">...
asked by 26.04.2018 / 21:31
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
0
answers

Ideas for a question involving html and css [closed]

I'm developing an app where users can send photos that works as follows: The app When a user chooses multiple photos through a loop, a form is generated for each photo to fill in the title and description. The code <div class="...
asked by 05.08.2014 / 23:51
0
answers

How to use jqZoom in a base64 image?

Location: I have a small application where the user chooses a <select> option and in that an image is loaded via javascript using base64 . Problem: The jqZoom plugin does not work correctly with base64 since it fre...
asked by 20.08.2014 / 14:01
0
answers

Setting zoom and drag in SVG area

I'm trying to make a system create a graph of a math function, and I'm developing it in svg . But I'm finding some difficulties, the first one is the lack of automation, because as we know, one such a graphics is infinite, and I can not im...
asked by 16.08.2014 / 01:44
1
answer

Get value from an input text in javascript

Colleagues, I have the following scenario: I have an input input type="text" id="myField3" name="myField3" ng-model="selected"/> I need to play the contents of this input in a variable in javascript: <script> var escopo = docu...
asked by 26.01.2018 / 17:19