Questions tagged as 'html5'

1
answer

Slideshow div placement

I have the following page: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Slider</title> <meta name="viewport" content="width=device-width"> <link rel="styles...
asked by 24.04.2018 / 13:00
1
answer

Component select disabled and angular selected value

I have the following situation I have a select county component <div class="form-group col-md-4"> <label>Entidade:</label> <select ng-model="distrito.entidade.idEntidade" class="form-control">...
asked by 03.10.2017 / 14:17
2
answers

Change image by clicking on it (JS, jQUERY)

I want to click on an image, and when I click on it, it will pull an api and I want the image to change to another, but I can not change the image. Note: the API is working, I just need to know how to change the photo when I click on it.    ...
asked by 13.10.2017 / 18:58
2
answers

Awesome Font Problems

Hello, I'm having trouble with Awesome Font , I'm creating a page that I want to use the icons, I started typing the Awesome Font url, it shows the icons, then it includes 2 more CSS files, boot .css and style.css, after including the icons hav...
asked by 14.09.2017 / 16:28
1
answer

Error in html django?

Good morning, I have a small problem to reference my variable in django html. I'm a beginner on the web part, I'm trying to create a website for a project, then during the construction of the html, I tried to make a reference for my view.py, but...
asked by 18.08.2017 / 15:53
1
answer

How do I make the internal elements of ASIDE stay horizontal?

How do I make the inner elements of ASIDE stay horizontally on the same line, side by side without breaking when resizing the browser. CSS aside{ background-color: #222; margin-top: 10px; margin-left: 10px; width: 100%; m...
asked by 28.06.2017 / 17:39
1
answer

Masking a div with css

In a site I'm developing the top (where the menus are) has the background transparent and is fixed. That is, the site runs behind this top and the top is always fixed. But as it is transparent ... the site ends up being behind the top when I...
asked by 25.09.2017 / 21:02
1
answer

Use the tag to download href="" passing https address to the href

I'm trying to download a file by passing an https address, following example: <!DOCTYPE html> <html> <body> <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_w...
asked by 05.05.2018 / 14:36
1
answer

How to get the length of a video formatted in Html5? [duplicate]

I'm developing a player in Html5. I'm in the part where I need to display the total duration time and the current time. But I only know how to get the values through the float. Example console.log(video.duration); // 6605 console.log(vi...
asked by 06.05.2018 / 01:16
1
answer

I am not able to load the image that demonstrates error using jQuery

Today's exercise was to load one image when there is an error in the other image. Firstly I tried to use the .erro() function, but I discovered that it was deprecated in version 3.0. Then I tested the .on() function, but in the sam...
asked by 30.10.2017 / 22:04