02 November 2009 ~ 5 Comments

Using jQuery and LiquidCanvas to Add Drop Shadows, Borders, Rounded Corners, and Other Effects to your Website – Even in IE6 and IE7

$.registerLiquidCanvasPlugin({
name: “mandala”,
paint: function(area) {
var opts = this.opts;
var ctx = area.ctx;
[...]

Continue Reading

Powered by WishList Member