treehouse : what would you like to learn today?
Web Design Web Development iOS Development

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…
    Comment by Cwapface August 2012 permalink
  • How to use mouseover event

    You just have to add this to your options: event: 'mouseover' EDIT: Here is an example
    Comment by Cwapface August 2012 permalink
  • 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…
    Comment by Cwapface August 2012 permalink
  • 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 …
    Comment by Cwapface May 2012 permalink
  • 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 :)
    Comment by Cwapface May 2012 permalink
  • hover image solution

    http://wellstyled.com/css-nopreload-rollovers.html Hope that helps
    Comment by Cwapface October 2011 permalink