CSS

TwitterFacebook
Get flash to fully experience Pearltrees
Sass / compass

Responsive Themes

http://www.colorzilla.com/gradient-editor/

Ultimate CSS Gradient Generator - ColorZilla.com

background: #1e5799; /* Old browsers */ background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
View code Play Walkthrough Learn to make a realistic magnifying glass using Jquery and CSS3. Hover above the image to see the action. The code uses CSS3 box-shadow and border-radius properties to create the magnifying glass. http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3

Magnifying glass for image zoom using Jquery and CSS3