Questions tagged as 'html'

1
answer

How to prevent loading of GIF images and only authorize it when clicking a button? [duplicate]

Self-explanatory title "How do I prevent GIF images from being uploaded and only authorize it at the click of a button?".     
asked by 16.07.2014 / 15:20
1
answer

Remove bootstrap button shadow

I'm using bootstrap buttons and would like to remove the shadow by creating a new class. I created a new btn-outline-light-pink class in which I was able to change the color of the button, but I can not remove the shadow. HTML code: <...
asked by 16.11.2018 / 22:31
1
answer

Site with a white bar at the end

Good afternoon, I'm developing a personal site in which I have a problem, but I've already tried it and I can not solve it, it happens that my site, at higher resolutions, has a huge white section below the footer, but I can not edit this sectio...
asked by 12.11.2018 / 01:26
1
answer

Load 3 boxes at a time by clicking the button

$(".box-hidden").slice(0, 3).show(); $("#loadMore").on('click', function (e) { e.preventDefault(); $( ".box-hidden:hidden" ).first().fadeIn( "slow", function showNext() { $( this ).next( ".thumb-hidden:hidden" ).fade...
asked by 15.11.2018 / 17:21
3
answers

Problem with accentuation on a site

In a website that I developed, I have the following text: The waxing line of ... , this text opens perfectly in Windows, in any browser. On the Mac, the text appears as follows: The depilation line, . What can this be? The site's encodin...
asked by 12.09.2014 / 16:03
1
answer

Video startar with autoplay, but with volume at 50% or mute!

My video tag shows my video / audio controls perfectly. Everything working. But I need to set the audio between 30% and 50% or even mute. Is it possible to do this with CSS and / or JS? <video width="960" height="550" controls autoplay loop...
asked by 10.12.2014 / 18:36
1
answer

Send hidden value to a select

Is there any property in select that when I select an option when sending it send another? For example: <form action="teste.php"> <p> <select name="mes" id="mess" class="selectpicker"> <option>Janei...
asked by 11.12.2014 / 18:18
2
answers

Leave Input next to Label [duplicate]

How to align the inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels comes according to the data of the bank, everything is correct, however in the view the inputs are...
asked by 30.10.2018 / 20:56
1
answer

How to manipulate coordinates of a html page freely

How can I get the coordinates of a page HTML and from these coordinates set a target / delimit (red square) dynamically (where I only change positions) In this context it would be NOT to use the measures of a DIV , but to have...
asked by 01.11.2018 / 14:56
1
answer

problem with a bootstrap footer 4

Well I'm trying to make a footer, but I have a problem, when I zoom out it does not stay at the bottom of the page like this: Howareyou: html:<divclass="container-fluid pt-4 pb-1 xd"> <p class="text-left">It is a long establishe...
asked by 29.10.2018 / 22:50