Posts by Josef El Bez • 196 points
8 posts
-
1
votes1
answer4141
viewsA: CSS font-Smoothing: antialiasied makes no difference?
Rendering in subpixel generates a better result in current monitors, formerly used due to the technology of older monitors. I suggest you take a look at this article which explains well the…
-
0
votes0
answers38
viewsQ: SCOUT compiler does not generate css file
Good afternoon, I am using the SCOUT compiler to work with scss and Sass files, but from yesterday to today it is no longer generating css files, it is configured correctly for the project folders.…
-
1
votes2
answers2534
viewsA: Align Framework Cards Materialize
They are not aligned because you are separating them by a Row. Look at my example: leaving the 3 inside a single Row they are perfectly aligned Codepen: http://codepen.io/anon/pen/XdVyPL…
-
2
votes4
answers176
viewsA: Do not show "overflow" arrows
Look at my example, I don’t know if I got it right but that’s what I got. Only when you put the mouse in the div the scroll bars appear. Link: https://jsfiddle.net/z892h4oc/…
-
1
votes0
answers104
viewsQ: Show Fragment in Activity with Transition
Good afternoon, I have a main Activity with a button and I would like that when the person clicked this button this Fragment opened on the screen, are three buttons within a linear layout.…
-
-3
votes6
answers1359
viewsA: How to insert an if/Else into an echo?
I think this might help you <?php $valor_select = $_POST['select']; $valor_compara = '1'; echo '<select name="select" id="select">'; foreach($array_select as $val){ $sel = ($val ==…
phpanswered Josef El Bez 196 -
0
votes0
answers47
viewsQ: Javascript Slideshow with bootstrap
Hello, I’m trying to create a slideshow with bootstrap containers but without success, <div class="fadein changingImgsDiv changingImgsHW container"> <div id="cursos" class="changingImgs…
-
3
votes2
answers2573
viewsQ: Detect browser and redirect user
I have an animation problem in Safari and would like to know how to restrict the use of Safari of all versions without having to list one by one, for example if I were to redirect a version of…