Questions tagged as 'html'

1
answer

How can I lower the opacity of a background image from 1 to 0 and return from 0 to 1 and so on?

// find elements var $window = $(window) var $layer = $('#banner-message') var $section = $('.section') $(window).on('scroll', function() { var $windowScroll = $window.scrollTop() var $scroll = $windowScroll / 1000...
asked by 11.05.2018 / 15:52
1
answer

How to give focus to a button in HTML

How do I give the focus to a button after I have a form with several buttons For example, I click on Coca Cola 12 Onz. That is a button but then I would like the green button that says Save (ENTER) every time I select a product to get the...
asked by 17.07.2018 / 18:54
1
answer

insert menu with html5 - I can not style iframe

I have a query. I am a disaster in web design, and I have to make a web for a work of the uni, so here my query: / I am trying to make a menu that is inserted in all the pages. Since the frames are deprecated in html5 (at least that's what I...
asked by 01.10.2016 / 01:10
2
answers

Customize the arrival of mail with CSS through PHPMailer

Hello, how I have a question: I am sending a table of 5 columns and 4 rows. It is very simple. I'm doing it within phpmailer and I enclose it with double quotes and the content in quotes simpres. What I see is that when I send the e...
asked by 27.09.2016 / 15:46
1
answer

JSfiddle does not help me

It seems strange to me that when I go into the examples of other users and overwrite with my html code, I alter the external sources. My jsFidle example works. On the contrary, if I am in my account starting a jsfidle from scratch it does not wo...
asked by 03.10.2016 / 19:30
1
answer

Change values of the Jquery attribute,

I have a jsfiddle. link Here is an intput tag: <div class="marging"> <input id="ex19" type="text" data-provide="slider" data-slider-ticks = "[1, 2, 3, 4, 5, 6, 7, 8, 9, 1...
asked by 04.10.2016 / 23:53
1
answer

Upload image to the server and rename it

Good day, basically I need to take a picture and re-name it with the name that the user provides in an input and upload it to the server. With this code, the images are already uploaded to the server, it would only be necessary to name them w...
asked by 22.01.2018 / 19:32
2
answers

deactivate Sundays in the input date html?

I need to deactivate the Sundays of the input date, that is, the user can not choose Sundays, it would be better for me to block those days, that is, I do not want you to tell me you chose an invalid day, but it does not show the Sunday similar...
asked by 06.07.2017 / 20:00
1
answer

How to get the name of a file and store it in an input text?

I have the input file in my form in which I choose the image and its route is shown in my input text, the problem is that it stores the route with * C: \ fakepath * and I all I need is for you to show me the name of the file and its extension....
asked by 10.03.2018 / 20:19
1
answer

Goal score with a bouncing ball

I'm doing a simulator of a bouncing ball and I wanted to add things like a goal and that if you get scoring goal and points. But in the case of the "Red team" it marks two points because the if cycle is done twice, which I do not understand h...
asked by 08.03.2018 / 23:04