Questions tagged as 'html'

1
answer

Problem with ID Selector in CSS

My problem is this: I have a file css , there are 2 types of form, one for contact and another for another type of contact, but forms conflicts that one is unconfigured and the other normal. I did a quick search on how I could fix...
asked by 08.04.2016 / 21:55
1
answer

Change template css [closed]

This Site is template-based and I have access to CSS of it ; but I'm trying to change the color of the background (All white - As attached images) and I do not find in the css where to change ... With this, I would like to help to change the...
asked by 27.03.2016 / 19:30
1
answer

Image flashes in Chrome

I load a PHP file that brings me an image in jpg. Code: <?php $url = "http://site.com.br/sistema/"; ?> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript">...
asked by 14.05.2014 / 15:49
1
answer

Change radio button properties from select on select

Dear, I see myself in the following situation where I can not imagine a solution: We have a selection field in html containing some Brazilian states and the Federal District, when choosing an option, this would lead me to open another type of...
asked by 09.04.2014 / 09:36
1
answer

Error Undefined variable Laravel

I have a football championship management system, but I'm having trouble displaying the specific championship data, I already researched the error, but I did not find where the variable call is missing, thanks for the help! Note: The file list i...
asked by 17.07.2018 / 15:49
1
answer

Form does not execute PHP script [closed]

Good afternoon from StackOverflow. I have an HTML page that captures a file and sends it to the PHP script for it to upload. <!--The basic structure of the method begins in the the HTML page--> <form method="post" action="receive_uplo...
asked by 10.12.2016 / 17:09
1
answer

height 100% in div does not work

I've tried everything but my height: 100% does not work what should I do? html, body { margin: 0px; height: 100 %; } .margin - site { width: 615px; margin: 47px auto; background - color: #fff; padding: 10px; word -...
asked by 22.01.2017 / 08:43
1
answer

Add days to a javascript date [duplicate]

Hello, I need help in a function that takes the date from a date field with the number of days and displays the new date as follows: <label>Data</label> <input type="date" id="data" value="2018-10-10"> <br> <...
asked by 13.12.2018 / 13:47
1
answer

Detect the mobile operating system and redirect to a specific page

Good afternoon guys, okay? I would like someone to guide me in one thing, I'm trying to implement a website, a button where to depend on the operating system, it redirects to a website. Ex: If the person's phone is Android, I put it to redirect...
asked by 28.11.2018 / 20:33
1
answer

Null input via keyboard in a variable receipt via JavaScript

Good Night! In my practical experiences in JavaScript, I tried to create a condition to alert the user to a variable that he left unnoticed by pressing the enter key twice. However, trying to solve this problem, I made two attempts: /*Te...
asked by 11.12.2018 / 02:12