Are there any techniques that allow for expressions in css3 statements?
Frequently it is helpful to do such things as width: 35%+20px or similar. Right now the only solutions I have to these circumstances are to either redesign the page or to use javascript to dynamically set the css.
The CSS working draft on values and units specifies a calc function, though it is only supported in the latest versions of IE and Firefox.