Questions tagged as 'html'

1
answer

Selection css in tables

I'm trying to apply the selection css property to a css table, but it's not working. I'd have to do it another way. Here is the code below. <style> .hora::selection{ background-color: #000; } </style> <table class="table...
asked by 28.08.2017 / 13:34
1
answer

Send data along with form

Complementing my previous question (goo.gl/rNMK7c) and I want to click on the button to fill out the form and the code will pick up which product the customer is interested in, since it will have a button for each item, when the customer clicks...
asked by 05.09.2017 / 19:31
1
answer

Best option to replace IFRAMES [duplicate]

I am currently working on the development of a platform with many different functionalities and pages, we are using IFRAMES to save repeated uploads (Menu, shortcuts, etc.), however the use of IFRAMES for systems is not a good practice, as and...
asked by 29.08.2017 / 15:31
0
answers

My error Notice: Undefined index: file in C: \ xampp \ htdocs \ zayonet \ start.php on line 99

I have a problem with this code below. I have a form in which the user has two options between simply typing text and publishing or text with image. Unfortunately $_FILES["file"] is being identified giving an error similar to:    Notic...
asked by 09.09.2017 / 10:04
1
answer

Navbar Bootstrap 4 collapse already automatic

I am copying EXACTLY any navbar template I found in the new bootstrap 4 documentation I am using in my projects. But, it already comes "collapsed" so to speak. Is there any function in javascript that I can put so it does not "collaspse" a...
asked by 23.08.2017 / 20:27
0
answers

ViewPort Tag with bug in Html 5

I'm developing an application and I want it to be responsive, but when I put tag : <meta name="viewport" content="width=device-width ,initial-scale=1.0 ,minimum-scale=0.5 ,maximum-scale=1.0" utf-8'> Some components that have interact...
asked by 25.08.2017 / 20:24
1
answer

How to display all images from a folder in html? [closed]

I would like to know how I could do to list all images of a folder in my html. I want to get my page to take all the images in my folder and populate my gallery. For example, I have this grid: <!DOCTYPE html> <html> <head&...
asked by 24.08.2017 / 03:29
1
answer

Overflow-y is leaving a blank space in the table width

Hello. I'm trying to get my table to have a scroll, like this: <table ng-if="vm.model.id" width="100%" class="table table-striped table-bordered table-hover dataTable no-footer" style="width: 100%; height: 350px; overflow-y: auto; displa...
asked by 23.08.2017 / 14:29
2
answers

Bootstrap: Modal with dropdown for caption

I would like to use the bootstrap modal, to open a list of subtitles. But I would like to display the meaning only when clicked on the caption. Do you have any way? No need to have styles just make a slidown. I used a javascript to load a d...
asked by 04.09.2017 / 21:28
0
answers

How to send a multi-column harness on a single button with ng-repeat and angular

I have a form in grid format, in it I present information from the table Itens of my bank (74 total). The intent of this grid form is to add two fields: price and bdi price in all these items. My problem is that I can not send...
asked by 04.09.2017 / 16:30