Questions tagged as 'html'

2
answers

I can not speak with specific class in css

I made a menu and now I'm trying to style a dropdown menu, but I can not talk to a of .dropdown-content . I noticed that .header-menu ul li a is hierarchically above .dropdown-content a , but I do not figure out how to...
asked by 22.11.2016 / 17:12
2
answers

PHP progress bar

I'm using the functions below to make a progress bar: <script> function upload() { var request = new XMLHttpRequest(); request.upload.addEventListener("progress", uploadProgress, false); //envia o form var formData = new FormDat...
asked by 22.11.2016 / 16:51
1
answer

How to insert value in html attribute with javascript [duplicate]

A doubt How to insert a value inside an href="" attribute with javascript     
asked by 02.07.2016 / 07:30
1
answer

Export Datatables

I use the JQuery Datatables plugin , and would like to export the data (CSV, Excel, PDF ...) of the tables through custom buttons , instead of the buttons that the plugin itself offers, is it possible? In the red rectangle, the buttons of th...
asked by 05.07.2016 / 20:17
1
answer

Is there any way to submit the form to an Iframe (without Javascript)?

Is there any way to do a form submission where action , instead of refreshing the page, is submitted to iframe ? I have seen this somewhere, but I did not know how the magic was done. It was done without Javascript. Something l...
asked by 24.11.2016 / 11:49
1
answer

How to insert counter in table? HTML and Javascript

How do I put the countdown timer on the side of each name that is entered into the table? Since the countdown timer must start from 20 mins to each name entered <head> <script type="text/javascript"> function startTimer(duration,...
asked by 01.12.2016 / 06:28
1
answer

Best way to develop a grid with flexbox?

I have doubts with display:flex , thinking of a grid system like container , row and column . For example, would the container have the display:flex property? And how to organize row and column ?...
asked by 23.11.2016 / 14:33
1
answer

Is it wrong to use the position attribute to position elements instead of float?

Is it wrong to use the position attribute to position elements on the page instead of the float? If so, why?     
asked by 29.12.2016 / 02:14
1
answer

Div breaking when label content is too large

The div of a HTML page is breaking when the text size of one of the label I have inside it is too large, I am using the following code: <div class="divRelato" style="background-color: #eee"> <label>Detalhes físicos Detalh...
asked by 22.12.2016 / 18:45
1
answer

Responsive upper corner image - Bootstrap

Well, let me have a question. How to insert a responsive image in the upper corner of a section using bootstrap. Ex: this is the site that I am developing renpa.esy.es, but in the fourth section that has bikes packages, I want to place an image...
asked by 27.12.2016 / 02:25