by al jones <alfredmjones@[EMAIL PROTECTED]
>
Jan 6, 2007 at 07:48 PM
On Mon, 01 Jan 2007 00:41:33 GMT, Adrienne Boswell wrote:
> Gazing into my crystal ball I observed al jones
> <alfredmjones@[EMAIL PROTECTED]
> writing in
> news:1ogc9gc7n4qvc$.1jrblu2kra43e$.dlg@[EMAIL PROTECTED]
>
>> I'm either not looking at the right thing, or I don't know the right
>> thing to look for. Looking at a friends web site (my copy at
>> aljones.us/annette/index.html ) done with tables and DW (massive
>> bloat); I've cut the size to about 10% of his original, but would like
>> to position the nav menu and the copyright notice on the viewport.
>> Let's for arguement say I want the Nav menu to begin at top + 25% and
>> the copyright notice at top + 95% ... how does one do that (without
>> using up an exhaustible supply of <br/>'s).
>>
>> //al
>>
>
> div#nav {margin-top:25%}
> div#copyright {margin-top:95%}
Belated; that was almost too easy, thanks //al