Questions tagged as 'html'

1
answer

Write file in .ASP with JAVASCRIPT conditions

How do I write an .asp file if a condition in JAVASCRIPT? NOTE: I can already write files in a quiet .asp file. Below the source portion as an example: <script> if(1 == 2) { // ISSO É FALSO, PORTANTE ELE DEVE IR PARA O ELSE, POREM...
asked by 12.06.2014 / 16:07
1
answer

Horizontal scrolling touch-screen menu (click and drag) on PCs

Based on the menu below, can you make it slider like on mobile phones (without having to use the scroll bar, just with click and drag)? ul.marcadores {white-space:nowrap; overflow-x:auto; background-color:#2D2D2D; width:300px} ul.marcador...
asked by 17.10.2018 / 22:41
1
answer

Error when listing bank data

You are giving the following error:    Notice: Undefined variable: report in C: \ xampp \ htdocs \ nise \ general.php   online 262       Warning: Invalid argument supplied for foreach () in   C: \ xampp \ htdocs \ nise \ general.php on line...
asked by 16.10.2018 / 19:11
2
answers

Line break inside the cell of a table

I have a common table in my HTML, but when a <td> has a large content the line break does not happen, even adding CSS: table td, th { padding: 5px; white-space: pre-wrap; }     
asked by 17.12.2018 / 20:35
1
answer

Placing outline in USEMAP HTML5

I want to put border or outline on the image map in HTML. I tried using: map area{outline: 1} But it did not work!     
asked by 06.10.2018 / 17:56
1
answer

Insert component after rendering Vue.js

Hi, I'm learning how to use Vue.js and so far I'm learning how to create components. But I'm having a problem, I'm trying to render a component after loading the page. I have a jQuery code that I want to use, but I do not know how to do it....
asked by 07.10.2018 / 15:14
1
answer

Error: undefined after one ajax request inside another

Follow the code: $("#l_linha").change(function(){ var linha = $(this).val(); var dados = $("#l_linha").serialize(); $.ajax({ type: 'POST', dataType: 'json', url: 'buscarPonto.php',...
asked by 01.10.2018 / 16:02
1
answer

problem with a bootstrap grid

I'mnotabletogetthatseparationnexttothecartadd.htmlcode:<divclass="container"> <div class="row"> <div class="item"> <div class="row"> <div class="col-sm-4 col...
asked by 02.10.2018 / 01:27
1
answer

problem with container leaves horizontally

I'm trying to leave this carousel + 3 box horizontally Iusedmr-autotoleavethecarouselontherightandml-autointheboxtostayleftandtriedtousead-inline-blockbutitwasnot...(I'musingbootstrap)<divclass="container"> <div id="caroulstt" class="c...
asked by 01.10.2018 / 14:36
1
answer

Problem with grid bootstrap

<!carousel--><divclass="container bg-danger"> <div class="row"> <div class=".col-4 mt-3 mr-4"> <div class="boxonee ">teste xd</div> </div> <div class=".col-4"> <div i...
asked by 01.10.2018 / 16:59