Quote:
Originally Posted by Jellby
It makes sense, because "margin: 1%" would give the same margin all around, whatever it is.
|
You mean so that
margin: x%
has the same effect as
margin-top: x%
margin-left: x%
margin-bottom: x%
margin right: x%
I can see that. And I suspect it makes rendering easier too.
But it still seems very odd that margin-top should be based on the width.