does it work in CSS
to set a property by proportion to another property ?
i know that i can do this with java-script
, but i would be nice if this is possible with CSS
.
for example : width:10 % height;
if not is there any other good way to do it. thanks for you help.