Posts by Joerison Silva • 174 points
4 posts
-
0
votes2
answers158
viewsA: activating background overlay with link
Just insert the div over-text-feature inside the div img-box-featuremaking her your daughter, like this: <div class="col-md-6 box-um"> <div class="img-box-feature"…
-
11
votes3
answers29883
viewsA: DIV/IMG with blurred/blurred background
Pedro, then use with the settings below, and regulate the "blurring" through the property filter: blur, the result will come out like this: <!-- HTML --> <div class="content">…
-
1
votes1
answer53
viewsA: Menu does not change width
Are you treating the background within the element a. Do it that way: ul{ list-style: none; width: 100%; } ul li{ background:#000; display: block; margin-top:25px; float:none; padding:10px; width:…
-
3
votes3
answers138
viewsA: How to include decimal in PHP condition
You can use function str_replace, see: $var1 = "1111,2"; $source = array(','); $replace = array('.'); $var1 = str_replace($source, $replace, $var1); if ($var1 < 1111.11) { $var2 = 1; } elseif…
phpanswered Joerison Silva 174