- From: Maury Markowitz <maury@sympatico.ca>
- Date: Mon, 28 Aug 2000 21:44:50 -0700
- To: <www-style@w3.org>
- Cc: "Clover Andrew" <aclover@1VALUE.com>
> 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