Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


View Poll Results: Which do you prefer?
Fluid 33 35.11%
Fixed width 61 64.89%
Voters: 94. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Share |
  #21 (permalink)  
Old 02-15-2007, 07:29 PM
ewomack's Avatar
v7n Mentor
 
Join Date: 11-01-06
Posts: 4,502
iTrader: 0 / 0%
Fixed width. Fewer surprises. Fewer smooshed designs. More Happy CRT-tanned surfers. Yay for them!
__________________
Ed Womack
Get Milked
 
Reply With Quote
  #22 (permalink)  
Old 02-16-2007, 07:19 AM
Junior Member
 
Join Date: 11-07-06
Location: Reading, UK
Posts: 9
iTrader: 0 / 0%
Its easier to design and code a fixed width, but a well designed fluid design as long as it is well done can be much better. The problem is their are too many very badly designed fluid sites about.
 
Reply With Quote
  #23 (permalink)  
Old 02-16-2007, 02:44 PM
lizza's Avatar
The Amazing Lizza
 
Join Date: 12-26-06
Posts: 1,354
iTrader: 0 / 0%
My vote goes to fixed width
 
Reply With Quote
  #24 (permalink)  
Old 02-17-2007, 02:10 PM
gammaRascal's Avatar
Artist & Motion Designer
Latest Blog:
None

 
Join Date: 05-31-04
Location: RI
Posts: 6,543
iTrader: 10 / 100%
Ya, fixed for me aswell.
 
Reply With Quote
  #25 (permalink)  
Old 02-17-2007, 10:23 PM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
Quote:
Originally Posted by bbutton View Post
Its easier to design and code a fixed width, but a well designed fluid design as long as it is well done can be much better. The problem is their are too many very badly designed fluid sites about.
I don't even agree here mate. I really don't like the content shifting around as i moved and contract the window. One size for all is just the best way to go about it, in my opinion of course
 
Reply With Quote
  #26 (permalink)  
Old 02-18-2007, 01:38 AM
John Scott's Avatar
Individualist
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 27,715
iTrader: 3 / 100%
http://news.google.com/ - Fluid

http://www.amazon.com/ - Fluid

http://en.wikipedia.org/wiki/Main_Page - Fluid
__________________
My Facebook - Add Me
“It is no measure of health to be well adjusted to a profoundly sick society.”
JSES
 
Reply With Quote
  #27 (permalink)  
Old 02-18-2007, 04:06 AM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
Don't like any of 'em!
 
Reply With Quote
  #28 (permalink)  
Old 02-25-2007, 05:12 AM
Junior Member
 
Join Date: 12-30-05
Posts: 4
iTrader: 0 / 0%
Is your dislike for fluid from a designer perspective or an end user perspective? I get the designer angle but not the end user. Could some of use please elaborate I'm extremely interested in hearing your responses.
 
Reply With Quote
  #29 (permalink)  
Old 02-25-2007, 05:19 AM
John Scott's Avatar
Individualist
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 27,715
iTrader: 3 / 100%
Welcome to v7n, GrayWolf! Happy to have you here.
__________________
My Facebook - Add Me
“It is no measure of health to be well adjusted to a profoundly sick society.”
JSES
 
Reply With Quote
  #30 (permalink)  
Old 02-25-2007, 05:25 AM
Junior Member
 
Join Date: 12-30-05
Posts: 4
iTrader: 0 / 0%
Here's how I do fluid 3 column and get the body first easy-peesy

HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <title>Page Title</title> <style type="text/css"> /*** The Layout Styles ***/ html {background:#fff;} body {background: #fff;padding:0; margin:0;} #header{position:absolute;top:0;clear:both;height:150px;margin:5px 25px;width:93%; } #content {position:absolute;float:left;text-align:left;left:250px;right:250px !important; right:190px;} #menu{position:relative;margin-left:0px;width:200px;float:left;text-align:left;} #feat{position:relative;right:0px;width:200px;float:right;text-align:left;} #footer {position:static;font-size:xx-small;text-align:center;clear:both;} #container{margin-top:155px;float:left;width:100%;} #wrap{margin:0 25px;width:95%;} /*** Main Decoration and Color ***/ body {font-family:verdana,arial,sans-serif,serif;font-size:small;} #header{background:#fff;} #content {clear:both;} #container{} #feat{} #menu{margin-bottom:100px;} #footer{color:#000;border-top:1px solid #ccc;} </style> </head> <body> <div id='wrap'> <div id='container'> <div id="content" > This is the main body content </div> <div id='menu'> This is the left column </div> <div id='feat'> This is the right column </div> <div id="header"> This is the header section </div> </div> <div class='clr'></div> <div id="footer"> This is the footer information </div> </div> </body> </html>
 
Reply With Quote
  #31 (permalink)  
Old 02-25-2007, 05:44 AM
Nicole's Avatar
Senior Member
 
Join Date: 02-23-07
Location: USA
Posts: 860
iTrader: 0 / 0%
Depends on the site. For blog/news sites, a fluid design (done right) can be a good idea. Users with more screen area can read more w/o scrolling.

There would need to be a max-width, though because a completely fluid design can look absolutely horrible on larger resolutions.
__________________
~Nicole

V7N Contextual Links
 
Reply With Quote
  #32 (permalink)  
Old 02-25-2007, 06:51 AM
chicgeek's Avatar
Contributing Member
 
Join Date: 08-19-04
Location: Canadian on the left coast
Posts: 14,199
iTrader: 0 / 0%
Quote:
Originally Posted by John Scott View Post
Quote:
Originally Posted by DaveyBoy View Post
Don't like any of 'em!
I'm with DB on this one. It's personal preference.
Quote:
Originally Posted by graywolf View Post
Is your dislike for fluid from a designer perspective or an end user perspective? I get the designer angle but not the end user. Could some of use please elaborate I'm extremely interested in hearing your responses.
Both.
I don't like things shifting around form page to page. I either use a 19" wit 1280 width or a laptop with 1024 width - that's a lot of horizontal reading. Another thing is that I like to see the page as the designer had intended it to be seen - no surprises.
__________________
laura / chicgeek
soprano & web designer
@chicgeek on Twitter
laurakishimoto.ca
 
Reply With Quote
  #33 (permalink)  
Old 02-25-2007, 08:04 AM
farooqaaa's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 08-25-06
Location: v7n
Posts: 420
iTrader: 4 / 100%
Voted FIXED... Because fixed templates look good on all resolutions
 
Reply With Quote
  #34 (permalink)  
Old 02-25-2007, 10:06 AM
Junior Member
 
Join Date: 12-30-05
Posts: 4
iTrader: 0 / 0%
Quote:
Another thing is that I like to see the page as the designer had intended it to be seen - no surprises.
Well if I paid for a 19" monitor I want 19" of content not 17" with some blank space. :-)

Not saying I don't use fixed width, but it's only when I want to "guide" and "focus" the users eyes to adsense/product/buy button.

Wonders if there is some preference correlation between liquid/fixed and the black bars on widescreen movies shown regular sized TV's?
 
Reply With Quote
  #35 (permalink)  
Old 02-25-2007, 10:29 AM
John Scott's Avatar
Individualist
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 27,715
iTrader: 3 / 100%
Quote:
Well if I paid for a 19" monitor I want 19" of content not 17" with some blank space. :-)
Exactly my feelings.
__________________
My Facebook - Add Me
“It is no measure of health to be well adjusted to a profoundly sick society.”
JSES
 
Reply With Quote
  #36 (permalink)  
Old 02-26-2007, 07:27 AM
dojo's Avatar
Contributing Member
 
Join Date: 12-25-04
Location: Timisoara, Romania
Posts: 58
iTrader: 0 / 0%
Fixed. Most of the time my layouts are graphical and intricate and a fluid design just restricts me. I go with fixed whenever I can
__________________
Admin Forum | Affordable Web Design
 
Reply With Quote
  #37 (permalink)  
Old 02-26-2007, 07:35 AM
chicgeek's Avatar
Contributing Member
 
Join Date: 08-19-04
Location: Canadian on the left coast
Posts: 14,199
iTrader: 0 / 0%
Quote:
Originally Posted by graywolf View Post
Well if I paid for a 19" monitor I want 19" of content not 17" with some blank space. :-)
I used my larger monitor as a large workspace, not as a larger browser space. Who on earth with their right mind would maximize browser windows on a 19"?

It's like printed books; they are usually made narrower than they are tall for a reason. You shouldn't have to move your head each time you read a line of content.
__________________
laura / chicgeek
soprano & web designer
@chicgeek on Twitter
laurakishimoto.ca
 
Reply With Quote
  #38 (permalink)  
Old 02-26-2007, 07:52 AM
Junior Member
 
Join Date: 12-30-05
Posts: 4
iTrader: 0 / 0%
Quote:
Who on earth with their right mind would maximize browser windows on a 19"
Well if you gave me 19" of content in a liquid layout I'd get more info on the screen and have less scrolling than your fixed width design :-P

Applications like GMail and Google reader which are full width allow me to scan/view more headlines without having to scroll.
 
Reply With Quote
  #39 (permalink)  
Old 02-26-2007, 08:12 AM
chicgeek's Avatar
Contributing Member
 
Join Date: 08-19-04
Location: Canadian on the left coast
Posts: 14,199
iTrader: 0 / 0%
So you'd rather use two hands to read a newspaper than a couple of fingers to read a book?
__________________
laura / chicgeek
soprano & web designer
@chicgeek on Twitter
laurakishimoto.ca
 
Reply With Quote
  #40 (permalink)  
Old 02-26-2007, 08:24 AM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
But it's a screen not a newspaper, you can read a full width page on 19" without moving your head pretty easily

FLUID STILL SUCKS!
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS div width / DIV with aut expanding width depending on content cheska Web Design Lobby 3 02-04-2008 10:37 AM
Big table with first columns fixed gcorro Coding Forum 2 11-07-2007 07:02 AM
Fluid Mask reteep Graphic Design Forum 5 08-25-2006 01:23 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 01:24 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.