Questions tagged as 'html5'

1
answer

Insert a Div from another page

I'm trying to get a DIV from this page . The DIV is named .similar-artists . I want to play in DIV called #rock , but nothing works. Below the code: <!DOCTYPE html> <html> <head> &l...
asked by 25.09.2017 / 21:20
2
answers

Modal Bootstrap does not work

I'm trying to use the modal template Gentelella, but when I click the link, the modal is static and I can not put information or click the buttons. Here is the code: <!DOCTYPE html> <html lang="en"> <head> <me...
asked by 22.10.2017 / 02:48
1
answer

Javascript Category Filter

I'm having trouble implementing a category filter on my site, so when I click on a particular category, it's only visible. I've even been able to create a search filter, based on input typed, but now I want to do that when I filter the...
asked by 26.09.2017 / 17:00
1
answer

Turn on and off background content with animation

I wanted to make an effect with animation or transition of CSS3 that when the red square passes, the background appears (the yellow background with the texts) followed as the red square finished passing. Below is the most I could do, I co...
asked by 16.09.2017 / 04:08
2
answers

Change menu with CSS

I'm developing an application where I would like when I rolled the page bar to the middle of the page there would appear a floating menu that would be fixed at the top of the page but I do not know how to do it. Normal page NormalPageHTML...
asked by 30.11.2017 / 03:31
1
answer

Select elements by holding and dragging the mouse

You can select elements on the screen as in the image example: I have elements and I want to select holding and dragging the mouse, as we do in the OS file manager. I can already select several with the click.     
asked by 30.11.2017 / 00:45
1
answer

Uncaught ReferenceError: vira1 is not defined

I am creating a function but when it is called says that it has not been defined yet, what would be the reason? import { Component } from '@angular/core'; import { NavController, NavParams } from 'ionic-angular'; @Component({ select...
asked by 15.10.2017 / 09:11
1
answer

CSS misaligned menu items

I'm developing a web application and I've developed a menu with some icons but by decreasing the width of the page the icons are out of focus and this is my menu Butbydecreasingthewidthofthepagethishappenswiththemenucomponents. <divclass=...
asked by 15.10.2017 / 03:53
1
answer

Find places near a given coordinate [duplicate]

I would like to find places close to a certain geographical coordinate. I have a database with a list of landmarks and their coordinates. Ex: var points = [ ['cristo redentor', '111111', '222222'] ['parque do ibirapuera', '111111',...
asked by 08.09.2017 / 16:40
1
answer

How to make a line increase height automatically css javascript jquery

Good night, people I have the following problem, in the layout that I'm putting together has several lines in different places during the course of the page, the client wants these lines to appear and grow from different directions, initially I...
asked by 08.09.2017 / 00:50