Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > [question] basic layout

Reply
Thread Tools

[question] basic layout

 
 
Rafal 'Raf256' Maj
Guest
Posts: n/a
 
      12-08-2003

Hi,
how can I build basic layout - main page 600px + 200px column of it's left
side + footer (800px width) at bottom?

I'm looking for exaact code, that will work on any browser (>= NN 4, IE 4),
that will correclty set aligment of text inside columns (to left) etc.
Entire page (both columns) should be ceneterd inside browser window.

What is code to display:


<---entire window--->
<200><--400px->

Menu Main Page
1 ..
2 ..
..
..
--- footter ---

using

a) tables
b) div's

Maybe there is a way to realize this layout on div's and to have it still
working under NN 4?



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~l-.~~~~~~~~~~~~~~~~~~~
GG-1175498 ____| ]____,
Rafal 'Raf256' Maj X-( * )
Rafal(at)Raf256(dot)com ,"----------"
 
Reply With Quote
 
 
 
 
Matthias Gutfeldt
Guest
Posts: n/a
 
      12-08-2003
Rafal 'Raf256' Maj wrote:
> Hi,
> how can I build basic layout - main page 600px + 200px column of it's left
> side + footer (800px width) at bottom?
>
> I'm looking for exaact code, that will work on any browser


A simple two-column table. Or check out some of the layouts here:
<http://www.fu2k.org/alex/css/layouts/3Col_NN4_RWS_A.mhtml>


Matthias

 
Reply With Quote
 
 
 
 
Eric Bohlman
Guest
Posts: n/a
 
      12-08-2003
"Rafal 'Raf256' Maj" <> wrote in
news:Xns944B87D8320E7raf256com@213.180.128.20:

> how can I build basic layout - main page 600px + 200px column of it's
> left side + footer (800px width) at bottom?


I wouldn't go for those particular dimensions: if someone has a screen size
of 800x600 (still quite common, especially for people with smaller monitors
since on a 15-inch monitor, text looks too small at 1024x76, they're
going to have less than 800 horizontal pixels available inside their
browser window even if they're running maximized, because of scrollbars,
borders, and the like. So your proposed dimensions will make a horizontal
scrollbar appear.

Much better to change those pixel values to percentages, namely 75%, 25%,
and 100%. That way the page will automatically adjust to the user's window
size, limited only by the sizes of images.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Choosing Layout: Css-Layout or Table-Layout hpourfard@gmail.com ASP .Net 1 06-19-2006 10:06 AM
CSS Layout question - how to duplicate a table layout with CSS Eric ASP .Net 4 12-24-2004 04:54 PM
Oppinion regarding grid layout vs flow layout NWx ASP .Net 4 02-19-2004 08:56 PM
Converting from grid layout to flow layout. RobertH ASP .Net 1 11-04-2003 12:43 AM
DataList inside a Grid Layout Panel (<DIV>) item layout problem Rick Spiewak ASP .Net 3 08-26-2003 04:22 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57