Questions tagged as 'html'

1
answer

Position button below table is not working

With this HTML I can not position the buttons below the table. I tried several ways, the current one was another attempt. <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <for...
asked by 17.07.2018 / 18:16
1
answer

ReCaptcha appears with Scroll Bar

I'm creating an aspx page, and while doing the layout I added google's ReCatcha, but this one appears with a scroll bar and I do not know how to remove it. Something is probably interfering. * { padding: 0; margin: 0; overflow-x: hid...
asked by 24.07.2018 / 17:04
1
answer

jQuery function to select values in divs and play to an array

I'm getting the values of several <div> s with the same class name and trying to play to an array in jQuery, but as I'm starting in the language I'm not getting it, I already searched the internet and nothing I found gave me a solut...
asked by 23.07.2018 / 04:04
1
answer

How to make a condition with mysql number php

Hi I'm doing a virtual bank type in a part has to make the deposit, the user has the money in the portfolio for example. I have 500 reais in my wallet But if I put any value above 500 it will deposit in the bank account and I wanted the us...
asked by 23.07.2018 / 02:13
1
answer

Position bottom right button with angle and boostrap

Use stripped table of bootstrap with Angular 6. This is the screen: Seethatyouhaveaplusbuttonintheupperleftcorneranditshouldbeunderneaththetable,rightside.Thisismyhtml<navclass="navbar navbar-dark bg-dark"> <a style="display: block...
asked by 11.07.2018 / 22:11
1
answer

Some dynamic way to select IDs with Javascript

I would like to know a possibility of an algorithm for me to select a DOM in a more dynamic way, without having to use getElementById all the time. I'd like to select all elements and manipulate in JS. Can someone help me with this, pl...
asked by 11.07.2018 / 21:00
1
answer

How do I put an image in place of the black button? Example: a coin?

document.getElementById("bcen").style.width = "300px"; //Size document.getElementById("bcen").style.height = "300px"; //Size document.getElementById('bcen').style.fontSize="100px"; //size document.getElementById('bcen')....
asked by 29.07.2018 / 04:30
4
answers

Align button at end of table

I have this table <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered"> <caption>Lista de Tipo de Campos</caption>...
asked by 29.07.2018 / 15:28
1
answer

How to improve the formatting of information within my Div?

Gentlemen, I need to format my Div according to the image attached below, with Meta information about Div, etc. Currently my code is breaking this information in lines, as attached image. Here's a snippet of my code, I hope you can help me...
asked by 30.07.2018 / 14:53
1
answer

Doubt Syntax error in PHP / jQuery function

I'm consuming a Webservice on a client's website. I get the url return, filter the way I need it, to display only the championships with the condition: "SEX: M" "MODALITY: 2" "CATEGORY: 4" Click here to visit our advertiser. All of this is t...
asked by 30.07.2018 / 21:19