Questions tagged as 'html'

2
answers

How to make a slider footer running the site partners?

Well, I've seen this on some websites until I looked for an example on the internet but I did not find it so I'll ask for help here. I've seen this on some sites and now I need to implement a footer in slider running the site partners, if...
asked by 10.11.2017 / 13:56
2
answers

Change position image with transition when mouseover it?

I want an image that is in float:right go to float:left , but with some kind of transition.     
asked by 22.11.2016 / 01:42
2
answers

Input alert if given entered is invalid

Suppose there is an input that receives a phone number. If the mask returns it to be invalid, how to insert a warning (html and css) in the input to tell the user that the data is invalid? I do not have a lot of interaction with JS, I just got...
asked by 14.12.2016 / 15:41
2
answers

Page landscape mode does not fit

I put a photo of the background, having 100% height. When I open the site via mobile (or Chrome / Firefox console) in landscape mode, the background of the image does not occupy all the space. In desktop mode and mobile mode in portrait po...
asked by 08.01.2016 / 18:09
4
answers

How to make the event 'focusout' of an input?

I want to make an input appear when I click on the label , when I click outside the input, that is, focus on it, I would like it to disappear. HTML: <form action="/" class="search"> <fieldset> <label for="pesquisa...
asked by 21.01.2016 / 16:25
1
answer

Get "child" element from a DIV

I have seen several examples of how to do this here in the stack, but I do not know why the answers do not clarify much, then I would ask again how I could use JS to get the tag <A> of the following DIV, REMINDING that my code is...
asked by 05.04.2016 / 09:02
3
answers

Unlock field when selecting Chekbox

Scenario: I have a table where the employee can see the data that the company has of it. I need an option for the employee to report disagreements on their cadastral data. When you click the button, it will open a screen that will contain all...
asked by 13.02.2015 / 13:21
3
answers

Add Values in Angular JS

I have 5 inputs where I enter some values, but when I try to sum the total result is not displayed in the last input . HTML: <label class="item item-input"> <span class="cinza input-label">Valor 1</span>...
asked by 16.11.2015 / 11:39
4
answers

View form when the password is set

I have this code: <html> <head> <script> function validarSenha(){ senha1 = document.f1.senha1.value senha2 = document.f1.senha2.value if (senha1 == senha2) { alert("PASS OK");...
asked by 18.03.2016 / 15:14
3
answers

How do I display buttons on top of my div?

Good afternoon, I have a div made with bootstrap and css and I want it when I hover over it, there are two buttons right in the middle of this div. My idea is the following, I have several divs that contains articles and when I hover the mouse o...
asked by 06.11.2015 / 17:04