StackSlider: A Fun 3D Image Slider | Codrops

StackSlider: A Fun 3D Image Slider | Codrops An experimental image slider that flips through images in 3D. Two stacks resemble image piles where images will be lifted off from and rotated to the center for viewing. VIEW DEMO DOWNLOAD SOURCE StackSlider is a highly experimental jQuery image slider plugin that explores a different and fun…

Tooltips are awesome, there’s simply no denying it. They provide a simple, predictable and straightforward way to provide your users with useful, context-sensitive information, and they look cool to boot. We all agree on how great tooltips are, but how we go about implementing them can differ dramatically. If you’re at square one, looking for…

Simple Effects for Drop-Down Lists | Codrops

Simple Effects for Drop-Down Lists | Codrops A jQuery plugin for transforming select inputs into drop-down lists with some simple expanding effects. VIEW DEMO DOWNLOAD SOURCE Today we want to share some simple drop-down list effects with you. The idea is to transform a normal select input into something more appealing with a jQuery plugin. The…

Understanding the Split Layout in Web Design | Webdesigntuts

Understanding the Split Layout in Web Design | Webdesigntuts As Web Designers, we follow a lot of design paradigms and layout principles: grids, vertical consistency, theF-Layout, Z-Layout, rule of thirds, the Golden-Ratio and so on. Paying attention to these principles will produce visually appealing and functional design – let’s now look at the simple division of a page into…

Calendario: A Flexible Calendar Plugin | Codrops

Calendario: A Flexible Calendar Plugin | Codrops A jQuery calendar plugin for creating flexible calendars. VIEW DEMO DOWNLOAD SOURCE Today we want to share a flexible calendar concept with you. Calendars can be a very tricky thing when it comes to their layout and responsiveness. This is an experiment for trying out some grid layouts that…

Responsive Column Layouts

Responsive Column Layouts Typically, to create a column layout, you would need to add the first or last classes to reset the margin space and clear the float. Today I’m going to share a very simple CSS trick to create a responsive column layout using nth-of-type pseudo class. I use this trick to code the WordPress…

Three Script Updates | Codrops

Three Script Updates | Codrops The animated responsive grid, the direction-aware hover effect and the swatchbook have all been updated and added to GitHub. We have updated three scripts and added them to GitHub: the Animated Responsive Image Grid, the Direction-Aware Hover Effect with CSS3 and jQuery and the Swatch Book with CSS3 and jQuery. Take a look at…

Adaptive Thumbnail Pile Effect with Automatic Grouping | Codrops

Adaptive Thumbnail Pile Effect with Automatic Grouping | Codrops An experimental jQuery plugin that will group thumbnails by a shared data-attribute into a pile. When clicking on the pile, the thumbnails that belong to that pile will be spread into a grid using CSS transitions. VIEW DEMO DOWNLOAD SOURCE This experimental jQuery plugin allows the automatic…

Responsive CSS Timeline with 3D Effect | Codrops

Responsive CSS Timeline with 3D Effect | Codrops A tutorial about how to create an experimental CSS-only timeline with a 3D effect. The idea is to expand a content area when the associated radio input is selected. VIEW DEMO DOWNLOAD SOURCE In this tutorial we are going to experiment with perspective and use a radio input…

Quick Tip: Styling Scrollbars to Match Your UI Design | Webdesigntuts

Quick Tip: Styling Scrollbars to Match Your UI Design | Webdesigntuts DownloadSOURCE FILES DemoVIEW IT ONLINE This tip will guide you in improving the look and feel of scrollbars to match your UI design. We’ll take a look at what WebKit browsers offer us in terms of CSS, plus we’ll use a jQuery fallback to…