Questions tagged as 'html'

1
answer

Validate dates with Jquery validate for dd / mm / yyyy

I want to validate the dates with JQuery Validate, however, I researched a lot more the solutions found did not solve my problem. My JS: // incluir todos elementos do form na pagina $("form").each(function () { // inicializa o plugin no...
asked by 28.09.2018 / 16:53
1
answer

Box does not float left (float: left does not work)

Then, I'm starting to study html and css, I'm trying to make a page with a side menu with the homescreen next to it, but the homescreen box does not go up to the menu bar side, I do not know if the code is wrong, if anyone can help ... thank you...
asked by 15.11.2018 / 02:48
1
answer

Header with animated Dropdown

Good morning, I'm developing a project and it has a header that I developed showing the categories available to it. Layout of the site with Bootstrap 3.3, because of presentation issues I decided to make an animation in the CSS of the dropdown p...
asked by 12.11.2018 / 12:40
1
answer

Jquery to page up after click button [closed]

Good morning, friends, I'm looking for days by a "page up" function when the user clicks a button. I only find "Add Back to Top" button options, but I do not want to add a button, I want the button to make the page go up. Type "select", an...
asked by 17.09.2018 / 15:38
1
answer

Error no count ()

I need to put a website in the air (it was not me who made the site), and I need to adjust some things in it. I'm facing a problem in a dynamic menu: when I'm on the home page it's ok, but if I browse the site the following error occurs:  ...
asked by 18.09.2018 / 13:41
1
answer

Align element of a column in the top-right

I have a checkbox inside a column and would like to put it in the top-right. My template: <div class="row"> <div class="col-11"> <h4 class="card-title">Bolsa camuflada</h4> </div> <div class="...
asked by 23.10.2018 / 22:34
3
answers

React-chartjs-2 charts do not load on screen

import React, { Component } from 'react'; import {Bar} from 'react-chartjs-2'; import $ from 'jquery'; //NÚMERO DE VIAGENS POR MUNICIPIO class GeraGrafico extends Component{ constructor(props){ super(props); thi...
asked by 21.10.2018 / 15:37
1
answer

How to format all labels of a form with a style associated with an id?

I had this example initially: css #label1 { color: #FFFFFF; text-align:left; font-style: italic; } html ... <table> <tr> <td><label for="nome1" id="label1">Jogador 1&l...
asked by 20.10.2018 / 11:59
1
answer

Drag and Drop eating images

I have a problem with a Drag and Drop. I have two divs, one where you have images that will be played to another div that has a specific image that can not be moved. But when I give Drop over an image (both in specific and in others) the image d...
asked by 25.11.2018 / 23:38
1
answer

The text does not fit inside the button in IOS

Hello. As pictured below, the button does not fit the text size in IOS only. Is there any parameter to increase the size of the button in IOS? (I would not want to have to change the buttons for DIVs). I tried to increase the size of the butt...
asked by 26.11.2018 / 15:44