Questions tagged as 'html'

2
answers

Calculate value according to selected dates

I have to make a code that calculates Reais according to 2 dates informed. I have 2 inputs of type text to report a data in dd/mm/yyyy format. The A input is data inicial and the B is the data fin...
asked by 19.05.2015 / 20:59
1
answer

Execute function in scroll event of a div

I have two divs, the two have the same id, target1 . I need to get two divs in JavaScript and apply a function in the scroll event of div1 . This function will be responsible for getting the scroll value of div1 and apply i...
asked by 28.08.2018 / 20:11
1
answer

What is a "definition list" and how are these DL, DT and DD tags used?

As far as I knew in HTML there were only two types of lists. Ordered lists <ol><li> and Unordered list <ul><li> . But apparently there is a third type of list, which is Definition List (definition list...
asked by 08.10.2018 / 19:26
2
answers

Grid problems in Bootstrap

I have this problem. I'll be quite straightforward. Self explanatory images. I can decrease the font but I do not know how much content will be in the block. So I want to make a functional code. I researched something about object-fit. Ex...
asked by 06.09.2018 / 18:28
1
answer

Scale of services by turns in php

I plan to create a monthly shift schedule. I have 4 turns: T.M = Morning shift (11 helpers this shift, but each day    3) T.T = Afternoon shift (there are 5 aids this shift, but each day       2) T.I = Intermediate Shift (there are...
asked by 26.10.2018 / 10:02
1
answer

How to make Footer stand in the footer after using AJAX?

I have already made several applications and have always used the method below to regulate the height of footer . Always using Bootstrap. HTML <div id="footer"> <div class="navbar navbar-fixed-bottom"> <div id="r...
asked by 19.08.2014 / 18:44
1
answer

:: before is not displayed in img

I created a sort of lazyload (preloading images) in JavaScript with the scroll event where some images only load when they enter the visible area of the window. For this I created a generic image of 1x1 transparent pixel ( dt.png )...
asked by 29.09.2018 / 20:36
3
answers

Image with vertical scroll and height 100%

I have the following structure: <div class="bg"> <img src="view/img/planta-supermercado.png" id="bg"> <div class="bg-scroll" id="bg-scroll"> <img src="view/img/planta-supermercado.png" id="bg-mobile">...
asked by 28.05.2018 / 16:05
4
answers

Set css to only one td

I have a table : <table border="2"> <tbody> <tr> <td><img class="imgpadrao" src="xxxxx" alt=""></td> <td> Recebido </td> </tr> </tbo...
asked by 09.11.2017 / 17:30
4
answers

JavaScript function with NaN error

Hello. I'm encountering a problem executing this formula, because the final answer is given as NaN. In a simplified way to explain the code, it works like this: there are two groups of three variables, and depending on the value you assign...
asked by 08.11.2017 / 21:54