Posts by Leonardo Henrique • 17 points
4 posts
-
-5
votes1
answer63
viewsQ: Check if an element is being clicked with Javascript
Abstracting: I don’t know about Javascript, but I know I can do what I want with Javascript. I would like to know how to check if an input is being clicked, and when it is, I would like to add css…
javascriptasked Leonardo Henrique 17 -
0
votes0
answers14
viewsQ: jCarouselLite does not work
The code below does not work. jCarouselLite does not work, although that same code is working on another site I did. <script type="text/javascript"> $(function() { $(".itens"). jCarouselLite({…
javascriptasked Leonardo Henrique 17 -
2
votes1
answer47
viewsQ: Vertical centering with Translate
My dear, I have always used the tactic below to centralize my elements vertically that are contained in something with position Absolute, but for a while now it is no longer working, the element…
-
0
votes2
answers38
viewsQ: Setting menu abruptly
I have a menu that after scroll wins a class. Fixed which makes it cool. It works, but the menu fixed in a very abrupt way and even the scroll of the page is damaged since it fits the new attribute…