Switching Styles: jQuery CSS Exchanger
By cody 8 Comments
Here’s a jQuery script for changing the stylesheet of an html page. The styles can be selected from the dropdown on top of the page. There are ten styles to ch ... read more
By cody 8 Comments
Here’s a jQuery script for changing the stylesheet of an html page. The styles can be selected from the dropdown on top of the page. There are ten styles to ch ... read more
By cody 10 Comments
Here is a jQuery example for a captcha in a registration form. In order to pass the “Are you human” test, the user has to drag the numbers from 1 to 6 in ... read more
Inspired by Tamsin Baker’s beautiful Photoshop brushes “Urban Scrawl” 1 and 2, I was trying to create some shadowed banners using some CSS3 propert ... read more
The jQuery Style Slider allows you to change the style of certain html elements in real time and save the style setting to a MySQL database table using PHP. This mak ... read more
By Mary Lou Comments Off
Here is the result of an experiment with fonts and css3 properties like text-shadow and box-shadow: Click here to download the ZIP file with the two overlay images: ... read more
Experimenting with CSS3, I created a big style registration form with rounded borders and shadow effects. The only image used is not the button, but the pen that ser ... read more
Inspired by the nice download button on the jquery homepage I created this button with a hover effect. It uses opacity options for all browsers. You can see a demo h ... read more
Ever wondered how to generate some cool gmail labels in css? Here is an attempt to imitate the little labels used in gmail. Three tiny colorless images are used to c ... read more
Here is a very simple and cool registration form. A lot of times I was searching for some registration or login form that is easy to adapt. Here comes my contributio ... read more
This is an example of a very simple CSS + one tiny image chart. The result will look like this: Insert the follwoing style into the head of your html (or add it to y ... read more
Let’s create a simple and clean box that shows the updates in a category (or anything you might like it to use for). The result looks like this: Starting with ... read more