Questions tagged as 'html'

1
answer

Starta button on the side and not under the mat-table

I have this html <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <div> <table mat-table [dataSource] = "dataSource" class="mat-elevation-z8"> <ng-container matC...
asked by 11.07.2018 / 20:40
3
answers

Align these images and HTML and CSS texts in the "correct"

I have to do my TCC and in one of the pages I have to align an image, an icon and a title one over the other (photo), I can do this but with many codes that I deem unnecessary for something simple because I know you can do with little and in a m...
asked by 11.07.2018 / 04:36
1
answer

Clear input - ng-model - change

I have md-select where according to the selected, I create some div's using ng-if . These created divs have in 02 of them, equal models (ng-model). Therefore, when performing the md-select switch to another that has the same model,...
asked by 27.06.2018 / 13:54
3
answers

Click Dynamically Generated ID

Good evening! I have a remove button that is generated via Jquery. I would like to know how to click this button via pure Javascript. I have tried to diversify the way the button is not seen in the source code, only when I inspect. $...
asked by 11.07.2018 / 22:10
1
answer

how to make a progress bar that goes from 0 to 70 and do not come back from the beginning?

I need a bar that goes from 0 to 70% and does not return to 0 after reaching 70, can not restart the cycle, must stop when it reaches the maximum number. @keyframes site { from { width: 0 } to { width: 73% } } .siteload { backgrou...
asked by 11.07.2018 / 06:19
1
answer

How to put two forms side by side?

Good afternoon! In a PHP file, you have an HTML form that contains a table and a submit . It also has a second form with another table and a 'submit'. How to put the second form next to the first one and the third table have to stay bel...
asked by 11.07.2018 / 00:05
1
answer

Background problem with Iphone 6, 7 and 8

I created a layout and my background image is not showing up on Iphone 6, 7 and 8.Trying locally for Chrome appears quietly, but when testo on the Iphone 8 it disappears getting only the background color. I already tried to change background-pos...
asked by 12.06.2018 / 17:27
1
answer

How to put image in a thead list

I'm a beginner in programming and I'm building a list using thead and wanted to know how I can put an image inside <th> . My code below: <thead> <tr> <th>#</th> <th>Rád...
asked by 11.06.2018 / 14:47
1
answer

Show customer data when clicking name

I need to get the client's name listed in a list, and when I click on a button or the customer's own name, the customer's name appears, but I have no idea how to proceed. I tried to show the data in a popup, but also to no avail. There are tw...
asked by 27.06.2018 / 14:45
1
answer

How do I update the photo? At the moment it is only saving in the folder, wanted to display the image

$("#btn_confirmar").click(function () { var form = new FormData(document.getElementById('formAlteraFoto')); $.ajax({ type: 'POST', url: '/Usuario/AlterarFoto',...
asked by 28.06.2018 / 21:38