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.
Best jQuery CSS2 / CSS3.0 Plugins & Tutorials with Demo
Apple-like Login Form with CSS 3D Transforms and jQuery
In this tutorial we will see how we can use these transforms to create an interesting flipping effect on an Apple-inspired form.
We will have two forms – login and password recovery, with only one visible at a time. Clicking a link (the ribbons in the example), will trigger a CSS3 rotation on the Y axis, which will reveal the other form with a flipping effect.
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.
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 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
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.