Questions tagged as 'html5'

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
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

HTML5 / CSS3: How to fix an unordered list item at the end of all items

/* Nav retratil */ /*=================*/ #something, nav ul li, inputr, nav ul input:checked ~li label.abrir { display:none; } nav ul input:checked ~li, nav ul li.fixo, li.abrir { display: block; } nav ul li label {...
asked by 23.10.2018 / 20:16
2
answers

Configure list-group with scrollspy bootstrap

Good evening!    I'm having difficulty with one of the layouts of my project in which I have a div divided into 3 parts, where the upper right part will contain selected cards that will bring the data in a list at the bottom, I'm building the in...
asked by 21.03.2018 / 23:03
2
answers

Concatenate the field and group the remainder

I have the following query: SELECT finempe.data_empenho , finempe.num_empenho , finhisem.quantidade , finhisem.historico , finhisem.valor , finhisem.valor_total FROM finempe RIGHT JOIN finhisem ON (finhis...
asked by 26.04.2018 / 18:14
1
answer

What is the storage difference between session, cookies and localstorage? [duplicate]

Where is the storage location for each of them? the local storage I heard that it is html5 and is better than session and cookie , what is the difference between them?     
asked by 29.09.2018 / 20:09
1
answer

save time in the Postgresql database

In the application I inform the start and end time of the activity, and save this information in the database. Follow Query: $status = $_GET['status']; $intervalo = $_GET['intervalo']; $dataini = $_GET['horainicio']."<br>"; $horainici...
asked by 15.06.2018 / 17:56
1
answer

Synchronization of 2 html / css animations

I need to make my burger menu that has an animation entirely made by html and css synchronized, ie when I press on it both animations will happen ... The code I'm using is this HTML <nav> <input type="checkbox" id="chec...
asked by 02.08.2018 / 05:02
1
answer

Bug on the merry-go-round [closed]

I have a small bug in the modal of ventures, when I open one it exhibited at the same time the two, plant and illustration, and only return to the norm when I click the button ... Can anyone help me? Follow the hosted site link link  ...
asked by 05.04.2018 / 13:49
3
answers

Make appear and disappear html class by js

I have a registration page, and when the data is entered wrong, a alert(); appears informing the error, but I would like it to be an error message, just below the fields. I put a span with an error message and with the class sr-only...
asked by 06.12.2017 / 16:57