RE: [HELP] Shaping Messenger
Definitons:
padding=rect(w,x,y,z)
Styles:
padding:rect(w,x,y,z);
Where:
w is padding on left (pixels)
x is padding on top (pixels)
y is padding on right (pixels)
z is padding on bottom (pixels)
Try to add paddings to parent elements (if possible) so as to avoid having to modify every single element and for ease of future modifications.
This post was edited on 12-16-2007 at 03:12 PM by Volv.
|