Posts by Ico Portela • 140 points
4 posts
-
3
votes2
answers97
viewsQ: Generated list with JSON data
I’m having trouble retrieving data from a JSON file within a list in HTML. I put my prototype on Plunker. Script... $.getJSON("list.json", function (json){ //alert("Carregou o list.json"); var…
-
2
votes2
answers3622
viewsA: Multiple Divs with Same Responsive Height
You’ve already taken a look at this? http://codepen.io/chriscoyier/pen/zlntC A little more on the flexbox... In CSS-TRICKS: http://css-tricks.com/using-flexbox/ Full documentation:…
-
5
votes1
answer508
viewsQ: Tilted carousel (diagonal) in jQuery and CSS
I need to make a tilted carousel (diagonally as per image) but with transition between movements. I even prototyped something in this Jsfiddle but the movement is only working on the "back" button,…
-
2
votes2
answers121
viewsA: Adapt boxes to mobile layout
Take a look in this post here... In it you will learn to do all this using the same elements in both versions, without having to duplicate the content. It is short and divided into 3 well defined…