RE: Window Shape??
In a Definition file:
padding=rect(w,x,y,z)
or in a Style file:
padding:rect(w,x,y,z);
Where:
w = pixels on the left
x = pixels on the top
y = pixels on the right
z = pixels on the bottom
You will need to add it to all parent elements which need to be padded...
This post was edited on 01-04-2008 at 12:04 AM by Volv.
|