Shadow options

Where can I find documentation on how to change the shadow options? I am trying to do things like remove shadows from one side, or change the depth and color of the shadow.

Trackback URL for this post:

http://www.ruzee.com/trackback/239

angle of shadow

Is there a way to control the direction of the shadow? It only seems to go straight down when I increase the shift. If there is no option then it would be a great one to implement.

Shadow options

I think I found them in the liquid-canvas-plugins.js file, it has the default options marked that you see when just shadow is typed in:
name: "shadow",
defaultOpts: { width:3, color:'#000', shift:2 },

It can be changed by just adding {} and the specs you want to set it to at the end of shadow
(example)
shadow{width:2; color:'#000'; shift:1 }

It seems to work in both IE7 and Firefox when entered

I agree, are there shadow options?

If there are shadow options, what are they?

please provide link to documentation. Thanks.