let string_of_position = function
  | Absolute -> "absolute"
  | Fixed    -> "fixed"
  | Relative -> "relative"