Questions tagged as 'html'

5
answers

How to align a footer element at the bottom of the page?

I have a page where there is a div with multiple contents inside, which change according to the user's desire. Below is another div which is the Footer. If I put a position: relative , the footer will adjust its position a...
asked by 31.08.2014 / 23:44
2
answers

How do I pull content via AJAX from a site that has a menu header and a fixed audio player?

How can I create a site that uses AJAX to load pages? What is the best way to do this without bugs and really functional? I have plans to create some sites that have a player de áudio , which can not stop when a person goes to...
asked by 15.07.2014 / 05:52
3
answers

Remove margin with jquery

On a given page, when I open, I need to remove margin from class content to stay as I want. CSS: .three-columns .content { margin: 20px 250px 0 250px; } .content { margin: 20px 0 0 250px; } I'm trying to go through...
asked by 13.02.2014 / 15:43
3
answers

How to let embed YouTube responsive on the site, when I open I want Width to appear 100%

I already have several embed on my website however I do not want to go there and change 1 to 1. what I want is a code to change all Iframes , with 100% width and height adjust responsively. .conteudo{ background-color:#f1f1f1;...
asked by 16.10.2017 / 16:55
2
answers

View div on hover

How to display a div, which will have a summary about the movie (text), and a button for (VIEW MORE) when hovering over an image. Example: <a href="#">IMAGEM</a> When you hover over this link, a div appears to the right with...
asked by 17.02.2014 / 10:36
3
answers

Downloadable HTML link coming from the bank

I'm writing an address in the database and with ajax I'm looking for it to display to the user. Temporarily, I'm writing it to the input below: <tr> <td>Download:</td> <td><i...
asked by 13.01.2016 / 20:41
1
answer

How to remove Input buttons type="number"

How to remove the two buttons of Input type="number" in HTML5? Example: <p>Quero que isso:</p> <input type="number"> <p>Vire isso porém sem usar o text, pois preciso do comportamento do number:</p> <in...
asked by 04.08.2017 / 15:55
2
answers

What to do so that when the user hover over an image, it widens a bit? (preferably using only HTML and CSS)

I wanted that when the user hovered over a certain image, the image widened a little, and that's all.     
asked by 06.10.2017 / 17:57
2
answers

Does the unit of measurement "on" change in each device?

When I put the unit "1em" in a font-size for a desktop for example, it will be 15px by default already in the browser. But the "in" is worth a smaller size for a mobile device for example, right?     
asked by 20.07.2017 / 22:45
3
answers

How to execute .sh file on button

It is possible to execute a file that .sh in a button , example: /bin/importa.sh   in a <a href""></a> is also good.     
asked by 21.10.2016 / 21:02