Questions tagged as 'html5'

1
answer

How to link files in different folders?

I'm having trouble linking two HTML pages, the folder hierarchy is this: Iwanttolinktothefile:J:\Totem_App\XPLACES\access\cid_vitoria\1_acru.html<ahref="/../../00_menu_vitoria_xingu.html" target="_parent" class="bcontraste">LINK</a...
asked by 26.01.2018 / 13:42
1
answer

Get Values from Cloned Fields Created Through JQUERY UI

Good morning everyone. This is a work I am trying to do. This code creates clones of the componestes, so they can be dragged to a certain location (they can be dragged by clicking on the blue border). But I have a problem getting the values from...
asked by 26.01.2018 / 17:15
1
answer

Owl Carousel how to use? HTML5 CSS3

Well, I started to follow the tutorial on how to make a carousel because I'm trying to make my HTML5 / CSS3 page have a carousel of 4 items per slide, so I saw this plugin's only way since I did not find another place to learn how. In the case, I...
asked by 29.01.2018 / 00:41
1
answer

Appear table after field fill and button pressed

I have the following table: <table width="100%" class="table table-bordered table-hover table-responsive table-striped" id="empenho_solicitante"> <thead> <tr> <th>Empenho</th>...
asked by 19.12.2017 / 15:36
1
answer

pause navigator.getUserMedia

How do I pause the camera and microphone stream within the getUserMedia method? I have my code like this: navigator.getUserMedia({ video: true, audio: true }, function (MediaStream) { var video = document.querySelector('...
asked by 12.12.2017 / 14:37
1
answer

How to remove inner shadow from button or input

Clicking the button pops a gray shadow at the top, creating a 3d effect, but I want to remove it. How I want it to be clicked: Howareyou? MyHTML:<divclass="container"> <div class="row"> <div class="col-sm-4 col-sm-...
asked by 09.12.2017 / 17:37
1
answer

How to modify only one side of the div?

Hello! I'm trying to make an effect of transforming only one side of the div as in the following image, I tried using skew however it modifies the entire div, see how I would like it to be     
asked by 09.12.2017 / 20:47
1
answer

Create progress bar with jQuery hover ()

I need to create a progress bar while my cursor is over an image. If the cursor exits, then I need the progress to be reset to repeat the process if the cursor returns to the top of the image. When I get to 100% I'm going to open a modal. Any...
asked by 01.12.2017 / 19:56
1
answer

Create a sub menu using bootstrap with an indicator

I'm having a question about creating a menu using the bootstrap framework where I would like to create a menu and a submenu that contains an indicator in the case a simple stroke as in the attached image. <!--IniciodoNavbar--><navcl...
asked by 15.01.2018 / 14:30
1
answer

Menu with hover CSS

I'm developing a web application and would like that when hovering over the <h4 class="entre">Entre/Cadastre-se</h4> it shows the menu of the class with name <div class="conteudo_dropdow"></div> . @medi...
asked by 24.01.2018 / 22:22