Questions tagged as 'html5'

1
answer

How do you position buttons in the bottom corner

I've been having problem with html5 and css in ionic. one of these problems and positions the button below the slide and leaves them transparent, with a significant good size. But with the modifications I've been making, the buttons just do not...
asked by 13.10.2018 / 20:16
0
answers

Front end image editing

<!DOCTYPE html> <html> <head> </head> <body> <script language="javascript" type="text/javascript"> function readURL(input, id) { if (input.files && input.files[0]) {...
asked by 04.10.2018 / 19:29
1
answer

Binding a checkbox with ViewModel without using Razor (Asp.net core MVC)

I'm having problems with Razor ... I need to create a checkbox field and do the binding with my viewModel using pure html. I'm not sure how to do this, but I'm not sure how to do this. (fields are being created dynamically ...) <div class="...
asked by 06.10.2018 / 23:40
0
answers

Redirect between pages

Next, I have two html pages in the expense posting system. One page is called launchings.html and the other one is called records.html. The first page is where I'm going to post the expenses and the second is where the expense records posted on...
asked by 27.09.2018 / 17:03
2
answers

About tag meta name="author" content=""

A question I always have, is this meta tag for the name of the owner of the company or who made the template? meta name="author" content="">     
asked by 30.09.2018 / 20:23
0
answers

Repeat error when submitting form

Control public function index(){ //parent::verificarDados(); echo "g"; // if(isset($_GET['idade_menor'])){ // $idade_menor = !empty($_GET['idade_menor']) ? addslashes($_GET['id...
asked by 25.09.2018 / 06:50
1
answer

Notification in javascript / HTML 5

I've done javascript below to view notifications. It works and is called every 10 seconds. However, when two notification windows appear, only one is closed automatically. Is it possible for me to close it after a while or is it always the user...
asked by 28.09.2018 / 19:51
0
answers

How to use an AND condition with CSS selectors?

Well, I'm using a CSS block in which I need to change an element, but this change depends on whether two other elements match a particular state; For example, to change .texto Change, the .texto1 element must be in focus, and the .texto2 element...
asked by 14.09.2018 / 19:32
0
answers

How to use an AND condition with CSS selectors?

Well, I'm using a CSS block in which I need to change an element, but this change depends on whether two other elements match a particular state; For example, to change .texto Change, the .texto1 element must be in focus, and the .texto2 element...
asked by 14.09.2018 / 19:32
0
answers

Items on the screen dynamically, regardless of screen size

Good afternoon. How can I make items to be in the same location regardless of the screen that is used for the display? I use a 14-inch screen, when it displays the screen on a larger screen, the items are misaligned. #tudo { margin: 50p...
asked by 14.09.2018 / 17:33