Questions tagged as 'html'

0
answers

Doubts with Position

I have a question regarding the position of the logo of a website I'm creating. I'm now learning HTML and CSS, I'm having some doubts, one of them would be the positioning of the logo. This following image would be in DW Software, it is cu...
asked by 22.05.2017 / 16:04
1
answer

Parsley.js is not valid when using data-parsley-min

I have a password field type="password" that I use parsley like this: <input type="password" name="senha_usu" id="pass2" class="form-control" required data-parsley-min="6" placeholder="Senha" /> But it is not validating right,...
asked by 22.05.2017 / 17:05
1
answer

HTTP Access Control (CORS) for multiple domains

How to release HTTP access control (CORS) of images using XMLHttpRequest for all domains below in .htaccess and not using global permission with "*": Access-Control-Allow-Origin: http://www.osite.com.br, https://osite.com.br, http://osite.com....
asked by 23.05.2017 / 16:29
3
answers

Show DB record without refresh [duplicate]

// esta é uma pagina separada, chamada adicionar_consulta.php <?php $conexao = new mysqli("localhost","root","","hospital"); if ($conexao->connect_errno) { echo "Failed to connect to MySQL: (" . $conexao->connect_errno . ") " . $co...
asked by 23.05.2017 / 16:53
0
answers

Run automatic Javascript event with data from an iframe

In a form, to send a photo, I use an iframe. This is responsible for loading the photo and sending it to the Server folder. When I pass the mouse over an input on my other page (onMouseOver), I get the file path, since I have an input in the ifr...
asked by 22.05.2017 / 22:54
1
answer

How to load an Excel table and transform it into an HTML table using JavaScript?

I want to create a button to load an xls or csv file and make this Excel table into an HTML table, how can I do this using JavaScript? Please ...     
asked by 17.05.2017 / 22:08
1
answer

CSS - inputs are not aligned

I have the following code: <span class="input-label">New Password:</span> <input id="password" type="password" name='password' placeholder="Insert new password"> <br> <span class="input-label">Confirm New Password...
asked by 28.05.2017 / 12:08
1
answer

css error in sass

Hello, I created a reset.sass file for my project when I updated the gulp, generated the following error in one of the lines of my file, but I still could not figure out what the error was. This is the output of gulp: [17:31:22] Finished 'sa...
asked by 27.05.2017 / 22:58
1
answer

CSS - Conflict between link classes

Here's what's happening: I'm developing an HTML page, I've managed to finish the development of the page, but the page's HTML file is loaded externally elsewhere in the site. What is happening is that the default site link css style is conflicti...
asked by 25.05.2017 / 21:23
0
answers

Detect line break before it happens

ul{ listy-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; } .an{ width: 300px; } ul li{ display: inline-block; padding: 14px 16px; color: #f0f; border-bottom: 1px solid #f0f;...
asked by 25.05.2017 / 18:49