HighDots Forums  

Fixed width versus fluid layouts

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Fixed width versus fluid layouts in the Cascading Style Sheets forum.



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

Default Fixed width versus fluid layouts - 02-02-2006 , 09:08 AM






Hi All,

Is it acceptable to use a fixed width vertical navigation column within a
fluid 2 or 3 column layout?

Example.

Left Column (navigation) fixed width of say 180px
Right Column (main content) fluid width to fit rest of window

I much prefer fixed width layouts and my target audience, I'm sure, will not
be inconvenienced by it. However, if I am to do things properly, I'll give a
fluid layout a go.

Should my navigation column be fluid too?

Thanks,

Jeff



Reply With Quote
  #2  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 09:14 AM






in comp.infosystems.www.authoring.stylesheets, JB wrote:
Quote:
Hi All,

Is it acceptable to use a fixed width vertical navigation column within a
fluid 2 or 3 column layout?

Example.

Left Column (navigation) fixed width of say 180px
Right Column (main content) fluid width to fit rest of window
No. How do you know your navigation fits 180px? Set width using em unit,
and it will work better.

Quote:
I much prefer fixed width layouts
Really? I bet you only have one monitor, with one resolution, with one
browser, with one settings in active use? Am I correct?

Buy another monitor + card. Doesn't have to cost much, and you get double
space. Make sure the monitor you buy is different shape than your
current, and runs in different resolution. Then use both monitors to surf
in the WWW.

Quote:
and my target audience, I'm sure, will not
be inconvenienced by it. However, if I am to do things properly, I'll give a
fluid layout a go.

Should my navigation column be fluid too?
No. Yes. Depends on definition of fluid you are using. Whatever you do,
don't use percentage widths less than maybe 30% for defining column that
has some text (and then make sure you it will be nicely wordwrapped.)

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>


Reply With Quote
  #3  
Old   
JB
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 09:55 AM



Quote:
No. How do you know your navigation fits 180px? Set width using em unit,
and it will work better.

So, you set your navigation area to a percentage and it looks ridiculously
strectched on high resolutions. How many ems do you suggest?


Quote:
I much prefer fixed width layouts

Really? I bet you only have one monitor, with one resolution, with one
browser, with one settings in active use? Am I correct?

I am using a mobile workstation with dual screens and 3 browsers. Each on
different resolutions. All testing is on 1024 x 768 as that is what site
visitors are using. I test the site on various monitors from 14" to 19" and
it seems fine.

Quote:
Should my navigation column be fluid too?

No. Yes. Depends on definition of fluid you are using. Whatever you do,
don't use percentage widths less than maybe 30% for defining column that
has some text (and then make sure you it will be nicely wordwrapped.)
OK, can you provide a quick example of an ideal stylesheet for a 2 column
fluid layout, please?

Thanks,

Jeff





Reply With Quote
  #4  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 10:19 AM



in comp.infosystems.www.authoring.stylesheets, JB wrote:
Quote:
No. How do you know your navigation fits 180px? Set width using em unit,
and it will work better.


So, you set your navigation area to a percentage and it looks ridiculously
strectched on high resolutions.
And things don't fit when on small window.

Quote:
How many ems do you suggest?
Depends on how long links you have. Generally, in English sites,
something like 10 to 12em is good. But it really depends.

Quote:
I much prefer fixed width layouts

Really? I bet you only have one monitor, with one resolution, with one
browser, with one settings in active use? Am I correct?

I am using a mobile workstation with dual screens and 3 browsers. Each on
different resolutions. All testing is on 1024 x 768 as that is what site
visitors are using. I test the site on various monitors from 14" to 19" and
it seems fine.
Different resolutions, or different screen sizes? It is entirely possible
to run 3 different size monitors in same resolution.

Anyway, I would have guessed that people with such setting would not like
fixed websites (based on my personal experience. I have 3 machines,
running Win95, 98 and Mac OSX, with about 10-15 browser, screensizes
1024*768 twice, 1450*something, 1600*1200)

Quote:
Should my navigation column be fluid too?

No. Yes. Depends on definition of fluid you are using. Whatever you do,
don't use percentage widths less than maybe 30% for defining column that
has some text (and then make sure you it will be nicely wordwrapped.)

OK, can you provide a quick example of an ideal stylesheet for a 2 column
fluid layout, please?
Closest I have gotten is
http://www.student.oulu.fi/~survos

Of course, not perfect.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>


Reply With Quote
  #5  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 10:59 AM



in comp.infosystems.www.authoring.stylesheets, Windsun wrote:
Quote:
Not always true... A lot of sites used fixed outer columns and a fluid
center, or a fixed navigation column, especially if there is a graphic in
there.
Of course. Depends on your definition of fixed.

Quote:
And it is quite easy to make navigation fit into a fixed width.
Well, if it has text on px sized box, that is not usually true. But as
usual among top posters, you never read, let alone understood my reply.


--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>


Reply With Quote
  #6  
Old   
Windsun
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 11:11 AM



Not always true... A lot of sites used fixed outer columns and a fluid
center, or a fixed navigation column, especially if there is a graphic in
there.

And it is quite easy to make navigation fit into a fixed width.
-------------------------------------------------------------------------
"Lauri Raittila" <lauri (AT) raittila (DOT) cjb.net> wrote

Quote:
in comp.infosystems.www.authoring.stylesheets, JB wrote:
Hi All,

Is it acceptable to use a fixed width vertical navigation column within a
fluid 2 or 3 column layout?


No. How do you know your navigation fits 180px? Set width using em unit,
and it will work better.



Reply With Quote
  #7  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 11:32 AM



JB wrote:

Quote:
... All testing is on 1024 x 768 as that is what site visitors are
using.
Screen resolution is unimportant. You have no way to know if those
visitors have their browser windows maximized. This is why fluid design
is important.

Quote:
OK, can you provide a quick example of an ideal stylesheet for a 2
column fluid layout, please?
I like Ben Meadowcroft's designs:
http://benmeadowcroft.com/webdev/

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #8  
Old   
Windsun
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 11:41 AM



In short, screw you and your arrogant attitude.

-------------------------------------------------------------------------
"Lauri Raittila" <lauri (AT) raittila (DOT) cjb.net> wrote


Quote:
... But as
usual among top posters, you never read, let alone understood my reply.



Reply With Quote
  #9  
Old   
Stan Brown
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 12:46 PM



Thu, 2 Feb 2006 14:08:25 -0000 from JB <me (AT) here (DOT) com>:
Quote:
Is it acceptable to use a fixed width vertical navigation column within a
fluid 2 or 3 column layout?
Sure, if you don't care about users on certain classes of devices
like handhelds.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you


Reply With Quote
  #10  
Old   
Stan Brown
 
Posts: n/a

Default Re: Fixed width versus fluid layouts - 02-02-2006 , 12:49 PM



Thu, 02 Feb 2006 16:41:37 GMT from Windsun <wind-sun (AT) earthlink (DOT) net>:
Quote:
"Lauri Raittila" <lauri (AT) raittila (DOT) cjb.net> wrote in message
news:MPG.1e4c4acf6863070098a6fd (AT) news (DOT) individual.net...

... But as
usual among top posters, you never read, let alone understood my reply.

In short, screw you and your arrogant attitude.
Pot. Kettle. Black.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you


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.