Cwapface
-
How to achieve this amazing effect ?
I did some research, as I was also curious how his was done, and found this site:http://www.josscrowcroft.com/2011/code/jquery-animate-increment-decrement-numeric-text-elements-value/ That was all I needed to make this fiddle:http://jsfiddle.net/Co…
-
How to use mouseover event
You just have to add this to your options: event: 'mouseover' EDIT: Here is an example
-
Grid View / List View featuring Masonry
As far as your first problem, you do have a bottom-margin set to 50px, which causes that whitespace below. .view { margin: 0 0 50px 0; } I am not very familiar with your masonry grid jquery plugin, but I will look into it. Maybe someone experien…
-
nav menu at bottom of page
Hi! I don't know exactly what you are using for your code, but I can say that you are going to have to use a combination of absolute positioning and relative positioning. Here is a link to an article here explaining more about it. I also made …
-
Help please
Turns out the plug-in I was using to animate the background colors was known for its bugs. I changed to this:https://github.com/jquery/jquery-color/ But thanks for your fast reply Schmotty :)
-
hover image solution
http://wellstyled.com/css-nopreload-rollovers.html Hope that helps