Questions tagged as 'html'

1
answer

Video loses size within div with use of resolution slider

I'm using Revolution Slider and when transitioning videos through Carousel, the video loses the default size that I set for my watch page, that is, I determine width:auto and height:768px , but when performing the transition, these...
asked by 26.06.2017 / 23:05
0
answers

How to make a div stay fixed with CSS translate

I have a mobile menu that "pushes" the content to the right when it is opened. The problem is that the visitor can "drag" the content due to "translate". I would like to make the content stay fixed. Without the user dragging, activating and deac...
asked by 13.06.2017 / 15:25
0
answers

Fixed Zoom by Area and Point

Sometimes I work with very large process flows that make it unfeasible to create continuity points in more flows. I thought about creating in JavaScript a "photo" viewer that could mark several rectangles across the stream via the code line....
asked by 09.06.2017 / 14:36
0
answers

VBA x IE - collect data from a table

I'm programming in VBA a collection of information on the central bank's website. It turns out that the page does not load fully and when the macro ends only a few records have been loaded in the worksheet. I believe the page has some event that...
asked by 09.06.2017 / 16:47
1
answer

Carousel image alignment

How can I make this central alignment, and do not overlap in the header menu? <div class="row"> <div id="carousel-example-generic" align="center" class="carousel slide col-md-8" data-ride="carousel"> <!-- Indicators -->...
asked by 21.06.2017 / 15:47
0
answers

Error with CURLFile

Hello everyone. I have the following code: <form action="" method="POST" enctype="multipart/form-data"> <input type="file" name="image"> <input type="submit" value="POST"> </form> <?php if (isset($_FILES...
asked by 12.06.2017 / 20:38
1
answer

RTF formatting.

I have an RTF in the database that saves the colors, the enter, among other actions that the user gave. I'm using the following code to convert the RTF to show in HTML, however I'm missing all these formatting, is there any way to fix this?...
asked by 12.06.2017 / 14:19
1
answer

Overlay of DIVs

I have two DIVs, the lower one is overlapping the top one, ie the propaganda_div_div is overriding the IVD_inf_bar. > Part that works: link Full, but overlapping part: link See the snippet of CSS code: CSS: div.bar...
asked by 12.06.2017 / 20:22
2
answers

Show different images as selected in select

Hello, I would like to change image and information according to selection in select each option, as in the example. <html> <body> <div id="our-team"> <div class="container"> <div class="text-center"&g...
asked by 12.06.2017 / 19:32
0
answers

How to Edit table values via JQUERY after recieving a web service

I need to create functions to edit / change and delete values from the table that arrives via JSON from a web service, the part of the webservice to handle what will be sent I know how to do, how do I do this on the side of JQUERY? p> HTML Cod...
asked by 08.06.2017 / 21:19