Posts by maiquel • 189 points
10 posts
-
4
votes4
answers3179
viewsQ: How do DIV fill 100% of the display?
Good afternoon I would like to create a site where the height of the first DIV is 100% of the display displayed to the user, and when giving the scroll, the other elements appear normally. I know…
-
1
votes0
answers128
viewsQ: How to activate Animate.css plugin from scroll?
Good morning I started using the plugin of Animate.css and the animation is working. However I wanted it to activate when the scroll arrived in the element. The effect is already occurring when the…
-
0
votes2
answers3860
viewsQ: How to make element appear after scroll
I want to make a simple effect, which would be to apply an effect of animate in a div, increasing her height after scrolling the page and, when the page scrolled to the top again, that div back to…
-
1
votes2
answers2635
viewsQ: Fixed menu after scrolling
I want to get the menu fixed after certain scrolling, <script> $("document").ready(function($){ var nav = $('.menu-topo'); $(window).scroll(function () { if ($(this).scrollTop() > 150) {…
-
0
votes1
answer132
viewsQ: In my photo gallery, I can’t open the images with Ligthbox separately, how do I?
I’m creating a photo gallery to insert my work in my portfolio. I was able to create the lightbox effect with jquery, however I would like you to open each image separately when clicking and not all…
-
7
votes3
answers24888
viewsQ: Are the accents on my page missing?
I created a page html, however the accents are not being read, already tested the following code but does not work. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> What…
-
0
votes0
answers354
viewsQ: My mobile menu is fixed at the top, but the dropdown follows his scroll, what to do?
I am creating a responsive site manually, so I created 2 menus, one to appear on the desktop and another for mobile version. These menus are not at the top, but about 150 pixels away. I decided to…
-
0
votes1
answer39
viewsQ: How to activate certain CSS from certain scrolling?
Good morning I would like to know how to activate certain CSS from certain scrolling. For example, in some portfolios, in the skills part, most put a circle that when descending the full page…
-
2
votes1
answer978
viewsQ: How to change the image of the mobile menu icon to indicate toggle closure?
I’m creating a responsive menu from scratch using html, css and jQuery. I was able to create it and it is working toggle opening and closing after function click on an image (the menu icon). The…
-
3
votes3
answers33037
viewsQ: How to use the Icon tag in HTML?
I want to use a 'flexinha' next to the text of the button. I tried to use the symbols of the keyboard itself, but the site I want to insert does not accept. I can use the icon tag, as it is used to…