Questions tagged as 'html5'

1
answer

Retract a #div via PHP file Ajax

My problem is, I have a table that displays the information that has in the database the information entered in the index. And in the index you have the option to add a new record (Modal Ajax), in the file editaagenda.php has all forms (C...
asked by 19.09.2018 / 18:08
1
answer

How to make the result of a column?

if(($resultado_usuario) AND ($resultado_usuario->num_rows != 0)){ ?> <style> tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #CCC} </style> <table class="table table-stri...
asked by 13.12.2018 / 02:45
1
answer

How to format a Grid inside the Div?

Gentlemen, I'm trying to insert a grid inside my Divs, however it is in conflict with the top, as shown in the image, it follows a snippet of my code where the problem occurs. I have the div row1 which is the top and the div row2 which is...
asked by 06.08.2018 / 16:44
1
answer

Hiding a button in HTML5 and CSS when on Smartphone

I made a responsive Web application, which when it arrives in Checkout has two buttons: Print and Save. Only the user (client) on the smartphone clicks to print even without a printer. I have tried to extend with @media, but I can not....
asked by 08.07.2018 / 15:39
2
answers

Smoothing animation in JS

I'm creating an application based on Vue.js. This application should contain some elements that are animated according to the mouse. I created the animations in javascript and you notice that the elements are "tremendous" on the screen, you c...
asked by 16.07.2018 / 20:50
2
answers

Responsive HTML without framework

Good evening, I need to create a two-column layout and insert data into the columns using HTML 5 and CSS3 responsibly without using any framework. I'm terrible with layouts and a simple example of this laytout was going to help a lot. I wanted t...
asked by 30.07.2018 / 04:07
1
answer

Link in tolls

I'm getting texts from my database, I wanted to know, if there is any link inside this text, how do I make it appear as a normal link to everyone?     
asked by 26.05.2018 / 00:45
2
answers

Validation array POST php

Below a table in my view, I need to check the column in the checkbox to not send the data to my other page, or check the POST time. View:<divclass="large-12 columns" id="tabela" style="overflow-y: scroll; height: 80%; border: 0px solid;"...
asked by 29.05.2018 / 21:09
1
answer

Bootstrap v4.1 - Collapse does not work correctly

Follow the code below: $('#collapseDescricao').on('hidden.bs.collapse', function () { $('[data-target="#collapseDescricao"]').text("Mostrar descrição"); }); $('#collapseDescricao').on('shown.bs.collapse', function () { $('[data-t...
asked by 28.05.2018 / 22:05
2
answers

Problems working with Flexbox

Hello, guys, I'm starting to work with flexbox, but I'm having a problem making a menu, following the css code: .header{ width: 100%; height: 100vh; background-image: url(../img/backgrounds/bg1.jpg); background-position: center center; backgr...
asked by 03.06.2018 / 00:32