Questions tagged as 'html5'

1
answer

I can not change the background color

I'm developing a web application and I would like that when I hover over the menu, the menu item with the icon and the left and right side of the menu will remain white, but it only stays one part. Application Link to app as error     
asked by 23.01.2018 / 04:36
1
answer

How to draw shapes with HTML5 and CSS, in the case: an arrow?

Can you draw an arrow, plus the strokes, as in the following image, using HTML5 and CSS3? Or should I create and place a graphic? I wish it was drawn.     
asked by 21.11.2017 / 18:52
2
answers

dropdown menu class in javascript not toggla

I'm having problems with my nav. I was following a tutorial on how to make the navbar responsive and disappear on the way out of the top. But its drop-down menu does not work, I tried to edit the js class by running this function and no use, I b...
asked by 04.02.2018 / 11:50
1
answer

How to insert a line above the carousel

I'm trying to make a carousel that when clicking on the items the image is displayed and next to the content I would like to insert a line like the image below and center the items with the title beside how do I do this? <divclass="home-d...
asked by 05.02.2018 / 16:32
2
answers

Post element using reference from another element

Position an element using the position reference of the div box, the element is in display none and when it receives the click event ira appears on the screen, however it should appear below the div box. <h3> Sindico<i class="taskAtiv...
asked by 01.11.2017 / 17:27
1
answer

How to remove dark part on the sides of the carousel bootstrap

I'm doing a scrolling system to show some tables using a carousel, but the default is with a darker tint on the sides and even in the table itself, how can you remove that color leaving only the tables and buttons? I'm not using anything othe...
asked by 02.11.2017 / 21:22
1
answer

How to remove the style when the checkbox is cleared in AngularJS?

I need to change the background color of the page when I mark the checkbox and go back to the original color when I uncheck it, I only got the 1st step and can not return the original color, someone help. <body ng-app='turma' ng-style='...
asked by 11.11.2017 / 15:09
1
answer

DoubleClick duplicating img in a div with location already predefined (?)

I made a function that throws an image in the div conteudo-img when double-clicking. But she plays the image in a sequence of the div and would like it to stay in predefined places ... For example, the first position [0] will be x = 142...
asked by 13.12.2017 / 13:10
1
answer

Is it possible to monitor all Responses and Headers of the page to use as a trigger for a function?

I have a script that needs to be executed only after the return of a page request, since the request returns HTML content, and the function I want to execute immediately after it implements this received HTML. The problem is that I can not play...
asked by 25.10.2017 / 22:42
1
answer

Java external script for the html page is not working

I have a problem with my pages after trying to put js in an external file it just stopped working, and I could not find the error so far. Follow the codes HTML <script type="text/javascript" src="funcjs.js"></script>//den...
asked by 30.10.2017 / 15:30