
Jquerry
bookmark
26 jQuery Plugins for Superb Navigation
Custom Scrollbars in WebKit
Published by Chris Coyier Way back in the day, you could customize scrollbars in IE (5.5) with non-standard CSS properties like scrollbar-base-color which you would use on the element that scrolls (like the <body> ) and do totally rad things . IE dropped that.Sweet!! I just released my very first jQuery plugin on github – SlickQuiz ! SlickQuiz, simply put, is: A jQuery plugin for creating pretty, dynamic quizzes.
SlickQuiz jQuery Plugin – now on github!
slide show
facebook
var $list = $( '#pe-thumbs' ), listW = $list.width(), listL = $list.offset().left, $elems = $list.find('img '), // the description containers
Thumbnail Proximity Effect with jQuery and CSS3
CSS3 Lightbox
Today we want to show you how to create a neat lightbox effect using only CSS. The idea is to have some thumbnails that are clickable, and once clicked, the respective large image is shown. Using CSS transitions and animations, we can make the large image appear in a fancy way. View demo Download source With the help of the pseudo-class :target , we will be able to show the lightbox images and navigate through them. The beautiful images are by Joanna Kustra and they are licensed under the Attribution-NonCommercial 3.0 Unported Creative Commons License .Happy new year, everybody! Today we will create a CSS-only fullscreen background image slideshow. We'll create different image transitions and also make a title appear using CSS animations. View demo Download source Happy new year, everybody!

