Posts by Iandra Bedin • 51 points
3 posts
-
0
votes3
answers572
viewsA: I want to change the color of the button according to the value of the variable
Ever tried to trade: btn-success by btn-Success !isset by isset and for Danger it could just be an Else <?php $query = $this->sindico->get_listfinanceiro()->result(); foreach ($query as…
-
1
votes1
answer994
viewsA: Table bootstrap, on mobile
Property for scroll bar is overflow. table{ overflow: scroll; /* Sempre aparece a barra de rolagem */ overflow: auto; /* Automaticamente verifica se precisa da barra */ } But as you commented that…
-
1
votes2
answers1646
viewsA: Minimum height of screen size, with materialize?
You need to make a "Sticky footer". There are several ways to do this. For example, you can set a footer height and decrease that height from the previous section. <body> <div…