Questions tagged as 'html'

1
answer

How to set formatting for a multi-column table using classes?

I made a website and inside the body has 6 columns with links and each column is within a class , type like this: class="coluna 1" class="coluna 2" class="coluna 3" What I want to know is whether this is right or I can do otherwise....
asked by 11.06.2016 / 23:38
1
answer

Angular.js - Filter an array in a table based on user input - HTML

I want to make a table where td is the name and price of an item. And I want the user to be able to search for an item by its name through input . This is already working. But the table is not showing up as I want, because I enter t...
asked by 09.06.2016 / 13:33
2
answers

Create header and records dynamically based on a json

Good afternoon ...  I need to create a table where rows and columns are created dynamically. For example, consider this JSON: {"employees":[ {"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstN...
asked by 07.06.2016 / 20:14
1
answer

How do I stack Bootstrap modals with the above-mentioned-mode backdrop?

How would it be possible to modify Bootstrap's modal so that when there is a stack of modals open, the backdrop of each open one is above the others? What have I noticed so far? When you open a Modal, the z-index of the modal is 1050,...
asked by 01.06.2016 / 14:17
1
answer

Iframe with src attribute receiving an internet link

I'm creating an iframe on a page, and in the src attribute, when I make a link (with link .), it just does not open. For example: <iframe src="http://www.google.com"></iframe> This opens only the iframe's box boundary with a...
asked by 29.05.2016 / 04:42
1
answer

Attribute enabled from HTML5 elements belongs to which interface?

I noticed that some elements of HTML accept the enabled attribute, but I could not identify in W3C the interface that shows its possibility of its use. Thank you!     
asked by 17.04.2016 / 02:10
1
answer

Your own blog search box does not work!

The search box does not work, I type the title of the text, the keywords, and all the words used in the text, and it simply appears that it has no results ... I've tested several other search boxes and nothing appears ... is it a problem in t...
asked by 18.04.2016 / 09:57
1
answer

Button playing the same role as the browser arrow

I wonder if there is a possibility that button plays the same role as the "back" arrow in the browser? Return to the previous page without refresh the page?     
asked by 07.04.2016 / 22:07
1
answer

Tool to convert Excel to Json [duplicate]

I have an excell table and I need to generate a graph with Charts.js which uses json to mount the database. So how can I convert an excel table with 50 rows and 10 columns into JSON data.     
asked by 07.04.2016 / 15:35
1
answer

Border radius on table with border collapse

I have the following code: table { border-collapse: collapse; } .item1, .item2, .item3 { border-top:1pt solid black; border-bottom:1pt solid black; } .item1 { border-left:1pt solid black; border-top-left-radius: 5px;...
asked by 11.04.2016 / 19:36