SyntaxFix
Write A Post
Hire A Developer
Questions
IF you know the width of the container, you could do like this:
#container width: #{200}px #element width: #{(0.25 * 200) - 5}px
I'm aware that in many cases #container could have a relative width. Then this wouldn't work.