Sent by Kevin Smith on 15 August 2002 19:07
On 08.15.2002 1:57 PM, Austin, Darrel wrote:
> Can what Rich is asking be accomplished either now, or in future CSS specs
> with RELATIVE positioning?
Unless the 'content' area is of a known height, you wouldn't have any way to
determine how far to move the nav elements.
OTOH, if you do know its height, something like this should work:
#menu {
position:relative;
top:-500px;
height:100px;
}
#content
position:relative;
top:100px;
height:500px;
}
[...]
<div id="content">blah</div>
<div id="menu">links</div>
--
kevin c smith tel: 410.571.9462
[EMAIL-REMOVED] http://www.tatnet.com