Posts by Gabriel Marinho • 193 points
11 posts
-
0
votes1
answer127
viewsQ: Animate item to :Hover and return with other properties
Having an item, for example, an icon. I need your initial state to be gray and your CSS will be: filter: grayscale(100%) opacity(0.5); transition: 1s; After that, in the :hover the icon needs to…
-
3
votes2
answers53
viewsQ: Run icon "Arrow" with JS
This may sound simple, but I can’t find a good answer. I have an arrow icon and when I click it, I want it to turn 180 degrees. The code I started using was this: $('.arrow').click(function() {…
-
2
votes1
answer41
viewsQ: CSS :Nth-Child(Even) - Problems
Hello. I am developing a program and on one page I had to use "col" to make a layout similar to "Tables". I can’t use "Tables" because the line needs to expand downward when you click a certain…
-
0
votes2
answers26
viewsA: Jquery z-index combo box
I had to put the Z-index of the bottom column as 0 ! Mportant
-
0
votes2
answers26
viewsQ: Jquery z-index combo box
I’m using the combo box http://easyautocomplete.com/. But I’m having a mistake that makes the combo behind the bottom contents. I am since yesterday looking for articles and forums to solve this…
-
6
votes1
answer5362
viewsQ: CSS gradient with image
I need to develop a responsive web page, I’ll put a background image as "texture", but they can’t occupy the entire screen, only half, giving a fade transition, between the image and the white part…
-
2
votes1
answer23
viewsQ: Code Injected
I use Framework7 and use the code injected via Javascript. I need that when the user click on a certain button on the "Injected Page" go back to the main. The history.go(-1) and the…
-
0
votes3
answers608
viewsA: Click on Carousel Materialize
You have to take the <div class="carousel-fixed-item center"></div> and the link <a> that falls below it
-
1
votes3
answers608
viewsQ: Click on Carousel Materialize
Hi I am a few days looking for the solution to the following problem: I need to create a clickable Carousel (that has a link). I’m using Materialize, in the latest version, just by clicking on…
-
2
votes0
answers46
viewsQ: Google Maps behavior on mobile devices
Hi I’m developing a project where a page will be just the map. I need something like this: But when he goes on mobile devices, I don’t want him to give you the option to roll with two fingers. I…
-
1
votes1
answer376
viewsQ: Create a "table" with a "collapsible"
I’m creating a ticket payment program for the company’s customers to pay. The style is based on Material Design (I’m using the Materializecss Framework). I use a table to show all the boletos of the…