Questions tagged as 'html'

1
answer

Change the values of the "name" attributes of subsequent html inputs / selects?

I happen to have the following situation, in my HTML I own the structure this way: <div class="form-row mt-3"> <select name="produto0" class="form-control{{ $errors->has('produtos') ? ' is-invalid' : '' }}"> @foreach(...
asked by 04.12.2018 / 13:39
2
answers

Turn the sidebar menu into a fixed menu

I'm having a problem that for those who handle it should be relatively simple, but being a little new to the Front branch I'm having some problems, it's the following, I need to make a site with a fixed side menu, as I'm using bootstrap, get a m...
asked by 16.05.2018 / 13:21
2
answers

Validate fields with jQuery

I have a function in jQuery , which when the user clicks the next button it triggers an email. When I click the button, I need to verify that the Name , Email and Phone fields have been filled out and, if not completed, low input...
asked by 16.05.2018 / 18:33
1
answer

Can I use the figcaption tag without using figure?

I want to put captions in my photos and would like to know if I can use the <figcaption> tag without having to use it inside the tag <figure> ? <img src="_fotos/imagem-2.jpg" alt="" title=""> <figcaption>...
asked by 15.05.2018 / 01:26
1
answer

Div from the right side of the page in the animation

I have a div that is a cell phone and when I go down the page performs the animation but before running the animation this div is getting off the page breaking the whole layuout My div <div class="col-md-5 ml-auto"> <div class=...
asked by 24.05.2018 / 19:40
1
answer

Why do not my elements go only 3% to the side?

Here's my code var move = document.getElementById('main').children; var movel = 3; var x = 0; console.log(move.length); function right(){ for (var i = 0; i <= move.length; i++) { var cssPr = window.getComputedStyle(move[i], nul...
asked by 23.05.2018 / 20:25
2
answers

Box with border and a title on top border

Is there a custom style in the CSS or HTML tag where I get the effect as shown in the image below? Itwouldbeaasidewithaborderof1pxandtheword"Realization" centered over the top border, but that the border below the text does not appear, as th...
asked by 31.05.2018 / 22:41
3
answers

How to make a picture with a link appear a text

I need to make a code for a button (which is an image) when I move the mouse the image will go up and a text goes down (name of the image icon), already tried to leave the button with opacity (0) and a hover with text opacity (1) when the image...
asked by 29.05.2018 / 06:39
1
answer

I can not make the register button

I can not make the register button the way I want it. I have my normal logon button but when I click on the log it gives the same login fields. Also have a little JavaScript. <!---- Botão do iniciar sessão---> <button class="login" o...
asked by 04.06.2018 / 10:25
3
answers

count the same database text in php

Good morning, my question is this: in my case I have a table in the database that allows to evaluate a service, the classification is made by colors "red, yellow and green", ie the type is text . What I wanted to do is query in...
asked by 07.06.2018 / 10:22