Questions tagged as 'html5'

1
answer

How to disable materialize input

I realize that with the Framework materialize as soon as I put an input it already stylizes by type. But I do not want to use the stylization for the input, how to disable it?     
asked by 06.12.2016 / 04:07
1
answer

HTML 5 Bootstrap System Grid

I need to do with the grid system if possible the image example: Intheexampleabove,Ineedonlytheformatting,whereeacheventisa'div'withadynamicsize,andtheonewithalowglueonthetopasshownintheexample.Itriedtousethecodebelowtogetasintheexample,butw...
asked by 27.12.2016 / 00:44
1
answer

Images overlapping when resolution changes

I have 4 images side by side, but when I reset the resolution they are overlapping one by one. I would like them to adjust but remain side by side since the resolution allows them to stay see the image CSS .snip1566 { position: rela...
asked by 16.02.2017 / 03:52
1
answer

Jquery Validate with Jquery-Price-Format

How to leave the field mandatory when the value is 0.00 using jquery validate? Here is an example image: Asyoucanseetheimageabove,thepersondidnotenterthevalue,whenclickingtheacceptbutton,jqueryvalidatenormallyworksthefollowingimage: Nowth...
asked by 24.01.2017 / 21:14
2
answers

Table with first fixed line using Material Design Lite

Hello, I'm using Material Design Lite, I need to leave the first row of the table fixed and roll the rest of the content. <table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp"> <thead> <tr>...
asked by 09.03.2017 / 13:42
1
answer

Dropdown open

I would like to know if there is any property so I can leave an open dropdown on the page load, only closing if the user clicks the tab. Note: I'm using bootstrap. <li> <a href="javascript:;" data-toggle="collapse" data-target...
asked by 31.10.2016 / 00:05
2
answers

Center items in a DIV [duplicate]

How do I keep these three items centralized? Notice that there is a space on the right side. CSSdiv.menu{background-color:#333;overflow:auto;white-space:nowrap;}div.menua{display:inline-block;color:white;text-align:center;padding:15px;widt...
asked by 02.01.2017 / 19:35
1
answer

Array in php with PDO

I need to change my mysqli connection to pdo, and I'm "catching up" when pointing to the index I want to print, look at the example of the model with mysql: $Busca = mysql_query("SELECT * FROM OrdemServico WHERE Status = '$Status'", $con ->...
asked by 25.09.2016 / 23:11
1
answer

How to receive the value of seconds using the HTML5 input time?

I need to work with fields in MySQL in hours, minutes, and seconds as in 00:29:13. However, only the hour and minutes appear for me: <input type="time" class="form-control" name="hora" placeholder="Hora" id="hora"> How do I change...
asked by 28.09.2016 / 03:32
1
answer

Fixed Action Button on MaterializeCSS does not work

It just does not work, the up button appears but none of the type buttons work. I have already tried using materialize via CDN and local but there was no change. I believe that there is no error in the code because after much trying and not work...
asked by 09.11.2016 / 02:00