Questions tagged as 'html'

2
answers

Placing a background image and making it responsive

I'm having a problem putting a background image on my page. I did some testing and it stays that way when I change the size of the window: WhenIgetmaximized,it'sright: HowcanIadjustthisimagetogetthescreencorrectly?CSS:.login-page{background-...
asked by 17.09.2015 / 13:41
0
answers

Putting fixed menu in Blogspot

I'm trying to put a fixed top on Blogspot, but to no avail. I do not know exactly what happens, but javascript does not work. Link to the full code: link Now I'm going to show you the javascript I'm using: <script> $(function()...
asked by 23.01.2016 / 12:42
0
answers

How to disable nav-tabs bootstrap with php

I'm trying to disable some nav-tabs that I have with an action in php , but I'm having a hard time performing this action completely, until I was able to disable nav-tabs with this class='disabled' code when hovering o...
asked by 12.02.2016 / 10:36
1
answer

Open iframe when clicking and download to date

I'm trying to implement a portal with revenue, expenses, etc. I am using iframes to bring the information from the server. It works fine until I realize that loading all iframes all at once shuffles the functions of every iframe...
asked by 11.02.2016 / 12:20
0
answers

File not found while giving submit

I have an HTML form: <link rel="stylesheet" type="text/css" href="script/overlay-div/css/overlay-div.css"> <link rel="stylesheet" type="text/css" href="style/bootstrap.css"> <link rel="stylesheet" type="text/css" href="script/jq...
asked by 20.01.2016 / 20:12
0
answers

Geolocation By Mileage From a Central Point

I'm looking to make a Geolocation script to find cities in a radius of X Km from a central point. What do you mean? For example, in a combobox I choose a city - Rio Claro / SP - hence from that city I want to select some cities within a...
asked by 25.02.2016 / 14:05
0
answers

Validation of Java Web Fields

I'm doing a field validation in my project, however I've set it so that the empty field error only appears in the "name" field as I'm still working on it. However, the error message is appearing in all fields, both for successful validation and...
asked by 25.02.2016 / 02:45
2
answers

How to stretch an element to the end of the screen? [duplicate]

How to stretch an element to the bottom of the page taking into account the position it is in? ex: <div class="caixa1">CAIXA 1</div> <div class="caixa2">CAIXA 2</div> .caixa1{background-color: red;} .caixa2{back...
asked by 24.02.2016 / 16:51
1
answer

How about more than one drag and drop on the same page?

I have to drag several drag and drop on the same page. I took an example and threw in my application. Well it works. But when I try to insert one more of the same element, this second element drag and drop does not work. I have never worked with...
asked by 17.02.2016 / 17:26
1
answer

Export data from an array to a table on the same page using a javascript function?

I want form data to be printed in the following table when you press the insert button. <tr> <th>Nome</th> <th>Data de Nascimento</th> <th>CPF</th> <th>RG</th> <th>...
asked by 28.01.2016 / 19:34