Jquery loop

Posted January 27th, 2012 by admin and filed in jquery
Tags:
Add a Comment

Css3 gradients

Posted May 29th, 2011 by admin and filed in css
Add a Comment

CSS: border-radius and -moz-border-radius

Posted March 20th, 2011 by admin and filed in css
Add a Comment

1. Rounded Corners for Firefox, Safari & Chrome

.rounded-corners {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}

2. Border Radius and Other special effects
http://www.the-art-of-web.com/css/border-radius/

3. Border radius for Interner Explorer
http://jonraasch.com/blog/css-rounded-corners-in-all-browsers

css3 Rounded Corners

Posted February 8th, 2011 by admin and filed in css
Tags:
Add a Comment

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: solid 1px #414141;
border-bottom-left-radius: 2px 2px;
border-bottom-right-radius: 2px 2px;
border-top-left-radius: 2px 2px;
border-top-right-radius: 2px 2px;

CSS3 Generator

Posted August 20th, 2010 by admin and filed in css
Add a Comment

How to implement :first-child for IE6

Posted August 12th, 2010 by admin and filed in Uncategorized
Tags: ,
Add a Comment

JQuery kwicks

Posted August 3rd, 2010 by admin and filed in Uncategorized
Tags:
Add a Comment

PIE and Internet Explorer 6-8

Posted July 23rd, 2010 by admin and filed in Uncategorized
Add a Comment

I needed to get code appear in IE 6-8, for a new RPG we’re making. PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features.

http://css3pie.com/

How to Check Font Type & Size Used on a Website Without Investigating the CSS

Posted June 28th, 2010 by admin and filed in Uncategorized
Tags:
Add a Comment

JS Nice Form

Posted April 20th, 2010 by admin and filed in css, javascript
Add a Comment