Posts by dluisbr • 31 points
2 posts
-
2
votes0
answers230
viewsQ: Mysql multiplication between decimal type values loses accuracy
In my application I need precision for numerical values of 12 decimal places. I created the following test: CREATE TABLE TESTE ( VALOR1 DECIMAL(16,12), VALOR2 DECIMAL(16,12), VALOR3 DECIMAL(16,12) )…
-
1
votes1
answer383
viewsQ: Semantic UI Stick menu error: "Sticky: Element is Hidden, you must call refresh after element Becomes Visible "
I’m using Semantic UI, and in the use of Menu Sticky, when it is "hidden" to resolutions below 630px, with the code below: @media all and (max-width: 630px){ #top_menu { display: none; } #m_btn{…
semantic-uiasked dluisbr 31