Category Archives: CSS

Crop image using jQuery

The crop plugin takes an IMG element and crops them to the dimensions given. The result is a DIV with   Read the Rest…

Posted in CSS, Javascript, jQuery | Tagged , , | 2 Comments

Accessible Slider with Select element using jQuery

This plugin allows jQuery UI Slider plugin to be generated using progressive enhancement. The plugin scrapes the data from a   Read the Rest…

Posted in CSS, Javascript, jQuery | Tagged , , | Leave a comment

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   Read the Rest…

Posted in CSS, Javascript | Tagged , , | Leave a comment

Create custom corners using jQuery

Cornerz is a bullet proof curved corners plug-in for jQuery using Canvas/VML. Features inclue * Anti-aliased curves. * Fast –   Read the Rest…

Posted in CSS, Javascript, jQuery | Tagged , | 4 Comments

Add Auto-Complete feature to your inputbox using jQuery

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering. By giving an   Read the Rest…

Posted in CSS, jQuery | Tagged , , | Leave a comment

Apple.com style search suggestion using jQuery

Create a fancy apple.com-style search suggestion using jQuery/CSS/PHP. This example makes use of several techniques: MySQL (for the database), HTML/CSS   Read the Rest…

Posted in CSS, jQuery, MySQL, PHP | Tagged , , , , | Leave a comment

Resizable Text Area using jQuery

Create a resizable text area on your webpage using this plugin. This plugin removes the ugly scrollbar from textarea &   Read the Rest…

Posted in CSS, jQuery | Tagged , , | Leave a comment

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   Read the Rest…

Posted in CSS, jQuery | Tagged , , | Leave a comment

Rounded Corner using MooTools

GoodCorners is a tiny Mootools plugin that can apply the CSS3 border-radius to elements using a unified syntax so you   Read the Rest…

Posted in CSS, MooTools | Tagged , | Leave a comment

Zoom like effects for Tabs using jQuery

Display Tabs only when a user mouse-overs the image. There’s three things that are happening in this effect: 1. When   Read the Rest…

Posted in CSS, jQuery | Tagged , , , | Leave a comment