Questions tagged as 'html'

2
answers

How do I make a database search appear in a table?

A few days ago I'm trying to make my DB search look inward to a bordered table. However, although the server does not return any errors, no results are shown. I have already made several changes in the syntax regarding the positioning of the tag...
asked by 26.12.2016 / 22:14
1
answer

Error in php date function? [duplicate]

I have the following problem, my date field in the form is configured as per the code below <script> jQuery(function ($) { $("#txtVencimento").mask('00/00/0000'); }); </script> And I get the same in the following v...
asked by 18.01.2017 / 20:33
1
answer

Because the form only worked once

Hello, I made a small form and it only worked once, I did not change the code after that and it does not work anymore what could it be? <?php error_reporting(-1); ini_set('display_errors', 'On'); //Criar a conexao $link = new mysqli ("loca...
asked by 18.01.2017 / 21:05
1
answer

I can not get into the "main2" frame. VBA and SelleniumWrapper

I'm trying to access a web page and manipulate its controls via VBA and Selennium Wrapper , however, these controls are within a frame with " name = main2 ", follow the VBA: Sub z() Dim objCollection Dim numeroPregao, dataAssinatura,...
asked by 23.12.2016 / 17:58
1
answer

Div does not respect img width

I made a div with a border bottom similar to a fold on a page. I'm trying to put a centered image plus the width and height is not working. I thank you so much! :) CODE: .boxDobrado{ background:#53A3B4; /* color de fondo */ color: #FFFFFF;...
asked by 25.12.2016 / 21:05
0
answers

How to fix image resizing for lightbox?

I'm trying to make that lightbox work on my site, but the images do not resize to their original size, as you can see below: WhatcanIdoabouttheproblem? function openModal() { document.getElementById('myModal').style.display = "block"; }...
asked by 21.12.2016 / 02:58
1
answer

Click the link that leads to another part of the same page [closed]

I'm creating a webpage that the menu links will take to the bottom of the text and would like to use an effect to slide from point A to point B. How do I do that? Ex: When you click on the menu (go to footer) Go down to the footer slowly ...   ...
asked by 07.01.2017 / 07:25
0
answers

Conflict with meta name="viewport"

Hello, I'm having problem with <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> , as I have this code below: <div style="max-width:30px; width:100%; z-index:99999999;"...
asked by 06.01.2017 / 19:43
0
answers

Random values and html atributes?

I have noticed that some applications such as gmail, facebook and instagram are presenting classes and attributes as random values or it can be a used default, preprocessor or manager. I was quite curious just that I could not find anything t...
asked by 12.12.2016 / 17:10
0
answers

How to maintain a JS function after refresh?

I'm trying to implement this function: function aumentarFont() { document.getElementById("myP").style.fontSize = "medium"; } Performs the action: <a href="#" type="text" onclick="aumentarFont()">A+</a> Apparently this is wo...
asked by 12.12.2016 / 16:44