Questions tagged as 'html5'

2
answers

Buttons made with images

I have a question. Recently I entered on this site here and realized that at the beginning there were buttons with different format I gave a and I realized that they were images and that it had a :hover effect. I found it very intere...
asked by 14.07.2015 / 21:20
1
answer

Can you save / retrieve cached information using javascript / jquery?

Motivation, having an offline application, is it possible to save cached information and be sent as soon as the user accesses the page again? How long would this cache last if possible? and what are the limitations? Ps. is using the html5...
asked by 14.06.2017 / 16:28
3
answers

Center a circular div within another div

Good afternoon !! Home I would like to make a circular div be centered on another larger div, it is focused on the left can you help me? .conteudo-externo{ width:200px; height:200px; z-index:3; background:#ff1; float:left;...
asked by 20.09.2017 / 19:18
2
answers

How to solulate the incompatibility of the mobile menu symbol with some browsers?

The mobile menu icon I use does not display some browsers on some tablets that my family owns. <label class="menumobile" for="bt_menu">&#9776;</label> CSS label.menumobile{ float: left; width: 100%; color:#fff;...
asked by 28.06.2017 / 13:18
2
answers

How to make one element continue with effect when moving the mouse in another?

I have the following code: .classes { margin-top: 80px; height: auto; background-color: red; } .classes ul { list-style: none; float: left; position: absolute; } .classes ul li { position: relative; } .cl...
asked by 07.07.2017 / 16:28
1
answer

How to create a DASHBOARD like that ?!

Will I have to create everything in DIV? Can anyone give an example of this "LINE A" so I can follow? The rest I was able to create, just these "LINE A, B, C ..." I'm having difficulty "stacking" the same way it is in the image.     
asked by 13.07.2017 / 14:16
2
answers

PHP session after Load ()

I'm having a little problem with my session .. When I reload the page by the function load() , my session does not update and the message is displayed Notice: Undefined variable: _SESSION As I understand it, using load() , se...
asked by 20.06.2016 / 14:57
2
answers

Duplicate multiple Table Records at once

I'm developing a payment system for my company where there are two different types of accounts. (Eg IPVA, Pen-Drive, etc.) and Fixed (eg Electricity, Water, Telephone, Internet, etc.); I have a table where only accounts with their type = 'fix...
asked by 12.04.2017 / 21:18
2
answers

Customize input range for progress bar?

Custom progress bar for a video player range , someone can give me some tips, thank you. <input type="range" id="progress-bar" min="1" max="100" step="0.1" value="0"/>     
asked by 24.12.2016 / 18:31
1
answer

How to clear input? [duplicate]

NOTE: url and number types mainly but if you want to put others tb without problems) Preferably in pure Js! I've tried things like this.value ''; and they did not! NOTE 2: I've read Removing or clearing value of the input file? and...
asked by 29.12.2016 / 18:46