Posts by Fabrício Gonga • 61 points
3 posts
-
0
votes2
answers57
viewsA: Search PHP array value
Following the logic you need to: 1 - Array with values $items = [ ["item_a" =>3,"valor_a" =>396], ["item_a" =>3,"valor_a" =>1514], ["item_a" =>3,"valor_a" =>2106], ["item_a"…
-
-2
votes1
answer46
viewsA: How do I make a mask that adapts to priced inputs?
Maybe it’s not the expected solution anymore it’s the best to be done. In your case I would recommend using the plugin Jquery Maskmoney, This little plug already comes in the way to format fields…
-
1
votes1
answer90
viewsA: Container problem in html and css
My opinion The problem you are using fixed measures , then whenever the screen change it will still occupy the position that was etabelecida How to solve? My advice is to use flex-box plus relative…