Tag Archives: CSS

CSS powered Sprite Menu using MooTools

Sprite is an useful technique to reduce the number of http calls from a webpage thereby making the page load faster. Image spriting is the process of combining smaller images being used on the website into a single image which … Continue reading

Expandable box using CSS

In HTML, if you don’t specify a specific width, block-level elements are vertically expandable by their nature. Think of an unordered list. That list will grow be be as big as it needs to be to fit all of it’s … Continue reading

Creating A Draggable Sitemap using jQuery

Create a simple & easy use draggable sitemap using jQuery for your website. This tutorial can be used to understand the basics of implementing a drag/drop feature using jQuery & also to extend it beyond Sitemap & use it in … Continue reading

Thumbnail with Zooming Image and Fading Caption | jQuery

Learn how to create a image gallery with thumbnail zoom-in effect effect when a user does a mouse rollover on a thumbnail. Nice effect to better display your image gallery & it has options to fade the caption of the … Continue reading

Quick table filter plugin using jQuery

A simple & easy to use table with options to filter the elements in table quickly. Check out the demo to sample the filtering option. Resource: Sample| Tutorial

Date picker using MooTools

Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers & has been completely re-written for Mootools by the author.This plugin has excellent styling elements which can … Continue reading

MooTools powered Scrollbar

Add styles & customize the scrollbars on your page with the new MooTools plugin. With custom CSS options to stylize the scrollbar you want make textboxes jazzy on your site. Resource: Sample| Tutorial

MooTools table plugin with advanced editing options

TableGear is a software package for working with data on the web. It is designed get your data into a web page, and let you work with it quickly and easily, the way you would in powerful desktop applications like … Continue reading

Calendar using MooTools events

The MooTools Events Calendar is a JavaScript calendar class that was built using the MooTools 1.2.3 framework. Resource: Sample | Tutorial

Table with keyboard navigation using jQuery

KeyTable is a Javascript library which provides keyboard navigation and event binding for any HTML table. With KeyTable Excel style table navigation can be employed to provide features such as editing of a table without requiring a mouse. As a … Continue reading