Questions tagged as 'html'

0
answers

Display flex does not work with CSS property

I'm not able to use the following divs with the properties: .grid { display: block; } @media (min-width: 992px) { .grid { display: flex; flex-wrap: wrap; } } .column.left { flex: 4; background-color: red; } .column.right {...
asked by 15.06.2018 / 02:39
1
answer

How to change Modal content?

.carousel-item { height: 100vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;...
asked by 22.06.2018 / 15:16
2
answers

Do not include class specific in table filter

Good afternoon, I have a jQuery filter implemented in a search bar, to filter rows from an HTML table in Bootstrap. I needed some rows that have the class .hiddenRow not to be picked up by the filter, and I've tried some solutions and even...
asked by 22.06.2018 / 13:22
0
answers

Passing data via HTML post JAVASCRIPT

Hello, I'm doing a college work, an academic control, and when trying to remove a tuple from the database passing the "id" of the tuple via post form, the value arrives either empty or undefined. Here is the code: <tbody> <...
asked by 14.06.2018 / 05:55
0
answers

indentation with highlight.js

I'm having problems with the indentation with highlight.js, the code is being generated by marked.js. Has anyone gone through this or do you know any solutions? index.html: <!-- highlight.css --> <link rel="stylesheet" href="https:...
asked by 14.06.2018 / 04:23
0
answers

Text override when changing height property

I can not match the height of item "9". When I do this with the height property, the text overlaps. table{ border-spacing: 10px; } td{ vertical-align: top; padding: 5px; white-space: nowrap; }...
asked by 13.06.2018 / 21:04
2
answers

HTML Select (active disabled attribute) - How to show a message when mouseover is triggered?

Good morning, I'm developing a menu where options are linked by selects. All selects are disabled, and will be released only when a radio master input is triggered. It's still working okay. However, I need to put a warning in the select...
asked by 19.06.2018 / 13:33
0
answers

contenteditable inverted iOS

I'm having a problem with contenteditable when I try on iPhone 8 (I did not test on other devices, but on the computer / notebook it works). It even allows me to edit the text, but when I type the text is inverted, as the image below...
asked by 19.06.2018 / 18:59
0
answers

Semantics - Hide or remove feedback messages?

I know that this question can be closed because it is based on opinions but, in order to maintain good practices, it follows the following scenario: 1- User has made a registration on the site. 2- Display a feedback message and hide the me...
asked by 12.06.2018 / 15:50
1
answer

Typescript not allowing the use of the files property

I have a problem with ionic, in which I use the .files property in an id of a <input type="file"> element, like this: <input type="file" id="images" multiple> this.register.images = document.getElementById('images').f...
asked by 18.06.2018 / 15:35