Is there a way I can assign a width to a element like 60%+12px in css. Although it sounds awkward but I need this to be absolutely sure of multiple browser handling issues. I understand there's a way of doing it using javascript by dynamically finding the width of the container and solving the expression. But I wanted to do that in css without manipulating the dom using js. The solution should be browser independent for obvious.