Questions tagged as 'html5'

1
answer

I can not sort table rows

I created a whole stylization for the table I did everything in the first row of the table was ok, but when I was duplicating this line I noticed that only the first one was the stylization, I'm starting in the area, / p> <html lang="en">...
asked by 05.11.2017 / 01:11
1
answer

How to make a label with behavior="scroll"?

Follow the code below: <marquee behavior="scroll" direction="left">Seu texto aqui</marquee> How can I do this with label? <label class="col-sm-2 col-form-label" for="Link">Seu texto aqui</label>     
asked by 09.08.2017 / 23:43
2
answers

Format table color CSS

I would like my table to look like this. ButwhenIaddthecontenttoit,itlookslikeI'mnotabletoleaveitasthetableabove. functionlistarProdutos(){varconteudo="<table border='1'>"; conteudo+="<tr>"; conteudo+="<div class='ind...
asked by 28.09.2017 / 22:00
1
answer

dropdown-menu does not work Bootstrap

UPDATE I am developing an application and I am making the menu and clicking on the Enter / Register it does not appear the items of dropdown-menu bootstrap does not work <meta http-equiv="Content-Type" content="text/html; chars...
asked by 30.09.2017 / 06:44
1
answer

Problem in the size of HTML checkboxes

I have a problem with the size of my checkboxes, each one is getting a different size than the other. I solulated ul with a class, so that this element caught no trait of the other uls for which I had already defined a style. Can anyone tell me...
asked by 28.06.2017 / 21:55
2
answers

How to align a checkbox next to a label?

I would like to align my label with the checkbox using CSS, so the label does not stay under the checkbox. Here is a print of how I wish it were: Mineisgoinglikethis: body { display: flex; background-color: #f5f5f5; font-family...
asked by 29.06.2017 / 20:46
1
answer

Retrieve all checked checkboxes

I have this code that returns a list of the bank with a checkbox next to each, however when I send it via post it only takes the last one marked and not all: Example with vardump where I marked all: array(2) { ["seriais"]=> string(10) "3...
asked by 25.04.2017 / 16:42
1
answer

How to clean / reset bootstrap fileinput after selecting new image?

I'm trying to clear / reset after selecting new image. After selecting image, clean Initial Preview Follow the code: HTML: <input id="input-pd" name="input-pd[]" type="file" multiple class="file-loading"> JS: $("...
asked by 22.02.2017 / 01:56
2
answers

how to change the subtitle of the page with the selection of a select

Galera is very simple, I have a form that can serve multiple services. I need the subtitle of the page to change depending on the choice (in a select) of the service. I'm using the following a bit of code <header class="jumbotron">...
asked by 03.02.2017 / 18:27
1
answer

Application form with Python and Django

I'm starting my studies with Python and Django. After creating several simple CRUDS, I tried to create a more complex form using several classes, but I was not successful. I want to create a screen for typing orders with the customer informat...
asked by 07.03.2017 / 02:36