Re: POSITION: relative-to?

> If you come up with any elegant solutions to this one I'd
> personally love to hear about it!

  I was thinking of something much simpler...

.navbox    { position: relative-to(.pullquote); top: 0; left: -10em; }
.pullquote { position: absolute; top: 8em }

  Pullquote's position is known and fixed.  Thus using relative-to, my
coordinate system is now the same as pullquote's, and then I just move over
to the left a bit.

Maury

Received on Monday, 28 August 2000 21:38:52 UTC