Posts by v42 • 240 points
3 posts
-
1
votes4
answers685
viewsA: Effect with jQuery locking without reason
Consider solving only with css transition. An example in the fiddle: http://jsbin.com/zeqeyo/1/edit
-
2
votes2
answers483
viewsA: Smooth scroll without anchors
This is the plugin used: http://manos.malihu.gr/jquery-custom-content-scroller/ And this is the github of the project: https://github.com/malihu/malihu-custom-scrollbar-plugin…
-
8
votes2
answers2482
viewsA: I can’t define margin-top/bottom/right for block element, why?
We have a big problem there. The two elements have the same dimensions and you’re trying to gain more space. To margin of p is out of div, how it is possible to see using a web inspector: Looking at…