Questions tagged as 'html5'

0
answers

Can not find "locale.properties" file from PDF.js

I'm trying to solve the problems that show in the console log. I use this plugin PDF.js . Here the> is a simple project ready, only download and run project you will see the same problem. I've tried everything and I can not solve a problem...
asked by 01.08.2018 / 03:48
0
answers

Capture and hide elements of an Iframe in JavaScript

Next, I have a web application where I stream an application using Hangouts On Air. I incorporate the iframe that is generated for me from youtube and game on my website. But I would like to block or make it difficult to access this video on You...
asked by 10.08.2018 / 04:17
1
answer

Aligning inputs and reducing label spacing using CSS

I am not able to align my labels and reduce the vertical spacing between labels and inputs . Some are adjusting and some are not. I would like to reduce the vertical / horizontal spacing that distances the fields to make better use of scree...
asked by 31.07.2018 / 11:45
0
answers

slide arrow is not showing up

I have a problem, I got a code from a video lesson and a jquery too, I'm using the two, I put the codes exactly as they were in the video, but anyway my arrow does not appear, it's like an A in it, I put an image to improve the visualization, ho...
asked by 25.07.2018 / 22:07
0
answers

pseudo-class: not e: focus in CSS

I have the following class in the CSS: .iconQuemSomos { cursor: pointer; margin: 0 15px; transition: all 0.3s ease; } .iconQuemSomos:focus { opacity: 1; position: absolute; -webkit-transform: translateX(-100%); tran...
asked by 01.08.2018 / 18:13
1
answer

Place text inside the image

Here is my code .imgs{ position:absolute; margin-top: -180px; margin-left: 25px; width: 200px; height: 200px; } <td style="width: 200px;"><?php echo '<img width=200px; src="'.$imagens[$aleatorio].'...
asked by 25.07.2018 / 00:34
0
answers

Position the vertical scrollbar on the body (below the header) of a Modal BootStrap window

I have a modal window and whenever the view expands, it autofits and creates a vertical scrollbar and includes the Header. Is it possible to make this vertical scrollbar not include the Header (as highlighted in red)? Modal<divclass="moda...
asked by 31.07.2018 / 01:59
0
answers

How to make a datalist with the options generated with a json using angularjs?

I wanted to fill a field of professions with a list of professions already registered for the end user, as a way to help the user follow a pattern for the names. Then I thought one to use a datalist that showed the already registered professions...
asked by 21.07.2018 / 15:40
0
answers

Problem with divs placement - Javascript

I'm developing a somewhat complex application and some issues are occurring with the placement of a specific div. Here is an html fragment containing this div: <div class="row integracao-content"> <div class="background">...
asked by 17.07.2018 / 15:54
2
answers

HTML Redirect

Hello, I'm creating a calendar for my animes site and would like to redirect every <div> to a certain place. In case I made a page like this: Iwouldlikeeveryonetotakeyoutoaspecificpage.(Doubtalreadyclarified..) body { margin...
asked by 12.07.2018 / 17:30