Questions tagged as 'html'

1
answer

Pick line data with checked checkbox

I have the code below and I want the array nome to contain only the names of the lines that have checkbox cb checked. <form action="" method="post"> <table> <tr> <td>&...
asked by 05.10.2018 / 21:14
0
answers

Web Developer: Council of evolution: next step? [closed]

Good morning everyone, I need your advice and your experience to evolve in the career. I have been a Web Developer for 2/3 years. I have always worked on doing everything from scratch, working with HTML, Javascript, CSS, PHP, MySql. I do ever...
asked by 08.01.2018 / 12:56
0
answers

I can not save photo in the bank

I am creating a web application that makes the employee registration, and in this register there is an option to upload a photo to link to the profile, but when registering, it arrives null in the bank. Can anyone help me? This is my entity:...
asked by 05.01.2018 / 15:24
0
answers

Display Grid for IE11

I'm doing a grid with the 7 items as per the code below: My code nav div.grade { display: grid; grid-template-columns: auto auto auto auto; margin-top: 5px; display: -ms-grid; -ms-flex-direction: column; -m...
asked by 07.05.2018 / 23:40
3
answers

How to put a element in Fullscreen [duplicate]

I looked for a little bit about the same in google and most people talk to use position: absolute; z-index:9999; width:100%; height:100%; top:0; left:0; But the code above only works to by in fullscreen inside the window, and that's not w...
asked by 17.01.2017 / 11:54
1
answer

How to make a text overlay a div with image?

I can not make the text "Text I want to override." stay on top of the div "textDiv" that has an image as background, please help me. HTML <div class="divLeft"> <img id="photo" src="photo.png"> <div class="textDiv">...
asked by 07.05.2018 / 00:27
1
answer

Problems filtering table contents using select

I have a select with the genres "Male" and "Female", when selecting one of these genres, another select is shown with sports modalities and each of these modalities prints a table. I am a beginner in jQuery and need the tables to be filtered a...
asked by 04.05.2018 / 15:08
1
answer

Vertical text alignment [duplicate]

Hello, I'm trying to align a text vertically, but the code is not working. It is divided into 2 columns and the column with the image is larger the text is at the top html: <div class="col-md-12" id="id01"> <h3>Id...
asked by 24.11.2017 / 22:26
4
answers

Call an HTML file in a lightbox mode

The case is as follows: I use the Lightbox Modal for a gallery of images, in the index I have the thumbs and clicking opens the modal with the maximized image. Due to the amount of images it takes too long to load them all. How can I ca...
asked by 09.11.2017 / 20:36
1
answer

Scroll does not work in bootstrap mode

I have a modal with an image on the left and several comments on the right, but on the right I wish there was scroll as the comments did not fit in the modal. So I have this row with several rows inside that will be the comments, but the scroll...
asked by 20.11.2017 / 21:32