Best jQuery CSS2 / CSS3.0 Plugins & Tutorials with Demo

    A clean calendar in CSS3 & jQuery

    A clean calendar in CSS3 & jQuery

    I started to make a CSS3 calendar with some jQuery animation while I was working on this project. In this article I will explain, step by step, how to use the calendar.

    jQuery Growing Menu

    jQuery Growing Menu

    Today We are gonna make a horizontal expanding menu using jQuery and css.

    Creating “Next Level” Search Form Using jQuery & CSS3

    Creating “Next Level” Search Form Using jQuery & CSS3

    We found ton of new style search form crafted beautifully using CSS3 and JavaScript. Apple’s for example, widen the input field when it receive focus from user. The question is “how far we can go for styling search form?”, in this tutorial we are going to move search form to the next level using jQuery & CSS3.

    Animated Slide menu with jQuery and CSS

    Animated Slide menu with jQuery and CSS

    Today we’re bringing you a very useful tutorial, it’s time for us to study how to develop a fancy slide menu using jQuery and CSS. Although it requires a considerable amount of code to run our menu, we will explain it as clear as possible to make it easy to understand, from organizing your folders to the complete source code, so you can have a complete guide throughout the entire process.

    The essence of this code is generate an animated menu that ensures the visitor an interactive and pleasant experience and also notice the powerful tool that jQuery can be. OK guys it’s time, open your favorite web editor and let’s get it started.

    CSS3 & jQuery folder tabs

    CSS3 & jQuery folder tabs

    In this article, I will use a technique in order to create some good looking CSS3 tabs.While in my previous CSS3 tabs tutorial I tried to simulate some beveled corners for the tabs, this time I will show you how to create folder tabs using nothing more than pure CSS3 and jQuery.

    3D Gallery with CSS3 and jQuery

    3D Gallery with CSS3 and jQuery

    Today, we want to share an experimental 3D gallery with you that uses CSS 3D transforms.With 3D transforms, we can make simple elements more interesting by setting them into three dimensional space. Together with CSS transitions, these elements can be moved in 3D space and create a realistic effect.

    The main idea is to create a circular gallery where we have an image in the center and two on the sides. Since we are using perspective, the two lateral images will appear three dimensional when we rotate them.

    Bear CSS : jQuery build a solid stylesheet foundation based on your markup

    Bear CSS : jQuery build a solid stylesheet foundation based on your markup

    Bear CSS is a handy little tool for web designers. It generates a CSS template containing all the HTML elements, classes & IDs defined in your markup.

    Bear CSS was created using a combination of HTML5/CSS, jQuery and PHP, with some help from the following plugins:

    • PHP Simple HTML DOM Parser
    • Uploadify

    Use CSS4 parent selector right now with cssParentSelector.js

    Use CSS4 parent selector right now with cssParentSelector.js

    Have you ever wanted to select parent of an element in css without using any additional id or class? Well, now you can, just add this litle script to your code and you will be able to use parent selector like the one described in CSS4 reference.

    jQuery CSS3 animated dropdown menu

    jQuery CSS3 animated dropdown menu

    In this article you will see how you can build an awesome CSS3 animated dropdown menu with some of these cool features.Perhaps the best title for this article would have been: CSS3 dropdown menu – Revisited. The reason I’m saying that is because in this article you’ll learn how to create an animated CSS3 dropdown menu based on our previous example.