HighDots Forums  

vertical positioning with html

alt.html.writers alt.html.writers


Discuss vertical positioning with html in the alt.html.writers forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
al jones
 
Posts: n/a

Default vertical positioning with html - 12-31-2006 , 12:26 AM






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

Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: vertical positioning with html - 12-31-2006 , 06:41 PM






Gazing into my crystal ball I observed al jones
<alfredmjones (AT) shotmail (DOT) com> writing in
news:1ogc9gc7n4qvc$.1jrblu2kra43e$.dlg (AT) 40tude (DOT) net:

Quote:
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%}

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
  #3  
Old   
al jones
 
Posts: n/a

Default Re: vertical positioning with html - 01-06-2007 , 07:48 PM



On Mon, 01 Jan 2007 00:41:33 GMT, Adrienne Boswell wrote:

Quote:
Gazing into my crystal ball I observed al jones
alfredmjones (AT) shotmail (DOT) com> writing in
news:1ogc9gc7n4qvc$.1jrblu2kra43e$.dlg (AT) 40tude (DOT) net:

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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.