Questions tagged as 'html'

1
answer

Gray lines in Chrome [closed]

Myproblemisthatintherightcorneroftheplayertherearesomegraylinesthatleavethelookugly.However,whenIswipeinIE,itdoesnotdisplaythelines.Doesanyoneknowwhatitcouldbe?Followthe code in Pastebin . I thought I'd better put it there that's easier for ever...
asked by 23.06.2015 / 23:59
4
answers

How to change the appearance of the site according to the device used, without requiring client or server script? [closed]

Does anyone here know how to create a responsive website from scratch? Without using a framework like Bootstrap? I need this because I get layouts in PSD all custom and it would be easier to create from scratch, since in a period not too...
asked by 03.02.2014 / 13:52
1
answer

How to insert an image via CSS? [closed]

Follow my HTML code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"/> <title>web page</title> <link rel="stylesheet" type='text/css' href="css/estilo.css"/> </head>...
asked by 05.01.2019 / 20:18
2
answers

How to send variables from php to html page?

I'm creating a test page to see if I can use it, learn it, and then move it to a larger project. My problem is this: I create the submission form in HTML, I do the search in BD with PHP, but I can not return the search result in PHP to PHP...
asked by 07.12.2018 / 02:16
1
answer

Angular ErrorJS

Hello, I'm applying the following function in my AngularJS controller: $scope.cancelChanges = function() { $scope.name = $scope.namebackup; $scope.$apply(); }; However, when I run $ apply (), it shows me the following...
asked by 07.04.2014 / 15:15
1
answer

What is the name of this bar? [HTML]

Good morning, does anyone know what the name of this bar is (red bar on the page below), or the effect name applied to it? link     
asked by 08.11.2018 / 13:53
2
answers

button to show / hide div

I have a div that I would like to hide and display through a button. However when I click this button, instead of hiding / displaying the div, the form ends up being sent. See the code snippet below: <form name="form1" class="form-horizonta...
asked by 26.10.2018 / 22:41
4
answers

Regressive Count Script

I would like to know how I can make the script below work as follows in case it is a countdown timer, but in case it counts up a date posted on it and comparing it with the current date by counting in the case there When it reaches 0 , the...
asked by 22.10.2014 / 08:14
2
answers

Connection to db SQLITE and SELECT * FROM recycle_data WHERE $ variable

I'm making a program that allows the user to enter the ID of the person in question, and then displays all the data in a table. So far, I have these two codes: <!doctype html> <html lang="en"> <head> <m...
asked by 25.07.2018 / 23:00
2
answers

real currency mask in jquery php array

I have a field to insert a monetary value into an array but the mask only works on the first input, when I add new line the mask does not work. In this line $ ("# finTpVal"). maskMoney ({symbol: 'R $', already tested with id and input class...
asked by 30.07.2018 / 19:51