How important do you think liquid CSS is?

This is a discussion on "How important do you think liquid CSS is?" within the Web Page Design section. This forum, and the thread "How important do you think liquid CSS is? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 4th, 2006, 15:39
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
How important do you think liquid CSS is?

I've been designing sites for a couple of years and haven't really bothered with liquid CSS, I've just designed my sites for a specific resolution specified by them.

Do you think I should learn about liquid CSS and utilise it in my future sites, or is your opinion that it's overrated?
Reply With Quote

  #2 (permalink)  
Old Jun 4th, 2006, 17:55
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How important do you think liquid CSS is?

You really have to do something for people on 800x600 monitors - they hate having to scroll sideways. Liquid is best if your site can stand it, otherwise you need an alternate style sheet or just a site that fits into 800x600 resolution. It isn't hard to do liquid, it's just a case of whether your design can handle it. It can get tough if you want three columns and have graphics.

Last edited by masonbarge; Jun 4th, 2006 at 17:59.
Reply With Quote
  #3 (permalink)  
Old Jun 4th, 2006, 18:29
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: How important do you think liquid CSS is?

I think liquid is often seen used in combination with the max-width property.... simply because some designs can look very odd at big resolutions.

Liquid design is becoming more and more popular... they are generally pretty flexible across a number of devices, but then.... it all comes down to personal taste at the end of the day.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #4 (permalink)  
Old Jun 4th, 2006, 18:34
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: How important do you think liquid CSS is?

As has already been said your design needs to work at 800 x 600 without having to scroll sideways. Users hate it.

I recently checked the stats and 16% of users are still using 800 x 600.

You have to decide if you feel there is any benefit to the end user of having a fluid layout.

Typically you would only have the main content area change in width in a three column layout.

IMO this is not hard but it raises its own questions. Users apparently do not like to scan long lines of text on screen, so what do you do about that?

Also consider the fact that a lot of users whilst having larger screens and resolutions do not work with the browser, or other applications for that matter, at full screen size.

At the moment, I'm still in the design for 800 x 600 camp and centre the design in the browser window.
Reply With Quote
  #5 (permalink)  
Old Jun 4th, 2006, 18:55
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How important do you think liquid CSS is?

Interesting point Geoff, I too was in this camp a few months ago.

I'd read somewhere else, can't remember where now, that the % of users at 800x600 was under 10% (your figures were probably more accurate than mine) so have recently been designing with 1024x768 in mind just for my own site, and using whatever a client has stated to me for theirs.

I think from what people are saying I will look into liquid, I did try it on my current layout but differences between firefox and ie were annoying me so I gave up after a while. I'll definitely look into it for the next site I do though.

What do others think?
Reply With Quote
  #6 (permalink)  
Old Jun 4th, 2006, 19:10
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: How important do you think liquid CSS is?

Like I said.... fluid is fine... but max-width is your friend.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #7 (permalink)  
Old Jun 5th, 2006, 13:51
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by Rob
Like I said.... fluid is fine... but max-width is your friend.
Bare in mind that max/min width is not always interpreted well by IE
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #8 (permalink)  
Old Jun 5th, 2006, 14:12
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: How important do you think liquid CSS is?

@minute44 - guess what IE7 has fixed Min/Max Width.

Also I think the user resolution percent is going to be based on the site market. For example if a particular site is for web designers and developers then their resolution is likely to be higher and thus the 800x600 percent will be lower. But if a site is geared toward churches for example the 800x600 percent will be much higher.

So you have to target your design and your implementation to the audience.

my $0.02
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #9 (permalink)  
Old Jun 5th, 2006, 14:21
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by jpmitchell
@minute44 - guess what IE7 has fixed Min/Max Width.

Also I think the user resolution percent is going to be based on the site market. For example if a particular site is for web designers and developers then their resolution is likely to be higher and thus the 800x600 percent will be lower. But if a site is geared toward churches for example the 800x600 percent will be much higher.

So you have to target your design and your implementation to the audience.

my $0.02
Have you tried the IE 7 beta?

Man, it may have fixed the min/max width thing but it still sucks!
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #10 (permalink)  
Old Jun 5th, 2006, 14:39
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: How important do you think liquid CSS is?

I have been using IE7 beta ever since it went public. Its at least a step in the right direction.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #11 (permalink)  
Old Jun 5th, 2006, 15:48
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by minute44
Bare in mind that max/min width is not always interpreted well by IE
Do a search on IE + min width + expression, it's a good fix that works 100% of the time.

It's not really a hack either, just a property/value that only IE understands.
Reply With Quote
  #12 (permalink)  
Old Jun 5th, 2006, 16:14
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by herkalees
Do a search on IE + min width + expression, it's a good fix that works 100% of the time.

It's not really a hack either, just a property/value that only IE understands.
oh cool, only problem is... how's your audience gonna know? Good for techies but not for the audience.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #13 (permalink)  
Old Jun 5th, 2006, 17:01
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by minute44
oh cool, only problem is... how's your audience gonna know? Good for techies but not for the audience.
I don't follow you, why would the audience need to know? If they're using IE, and a min/max-width effect is working out nicely, they're happy and non-the-wiser
Reply With Quote
  #14 (permalink)  
Old Jun 5th, 2006, 17:04
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: How important do you think liquid CSS is?

sorry, I think I misunderstood you.

I thought you were saying that there was a plug-in that the user had to download for IE to interpret min/max width right.

I was saying; shouldn't making things display correctly fall on the designer and not the user?
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #15 (permalink)  
Old Jun 5th, 2006, 17:06
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by minute44
sorry, I think I misunderstood you.

I thought you were saying that there was a plug-in that the user had to download for IE to interpret min/max width right.

I was saying; shouldn't making things display correctly fall on the designer and not the user?
Yup, a little misunderstanding. No plugin needed, IE listens to the expression property when it's placed in the CSS file.

The user just browses in their undies and doesn't know the difference.
Reply With Quote
  #16 (permalink)  
Old Jun 6th, 2006, 02:12
craig's Avatar
Reputable Member
Join Date: Sep 2005
Location: Preston, UK
Age: 21
Posts: 381
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to craig
Re: How important do you think liquid CSS is?

IMO, I.E 7 was the biggest let down. It may have fixed a couple of things but its screwed around with some big ones. It fucks up CSS navigation a fair bit, and is more of a memory hog than Firefox.
I'll stick to Firefox, just wish it would come with every computer
Reply With Quote
  #17 (permalink)  
Old Jun 6th, 2006, 02:33
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to herkalees Send a message via MSN to herkalees Send a message via Yahoo to herkalees
Re: How important do you think liquid CSS is?

Quote:
Originally Posted by craig
It fucks up CSS navigation a fair bit...
While IE7 didn't fix all CSS bugs, it definitely hasn't created any new ones. If you're experiencing broken css nav, look at your code, not IE7.
Reply With Quote
  #18 (permalink)  
Old Jun 6th, 2006, 03:27
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: How important do you think liquid CSS is?

I agree with herkalees. IE7 isnt perfect, but it truly has come leaps and bounds from its 6 year old IE6 where nearly everything had to be hacked or worked around to get it to display as the standards called for. So if something is wrong it is likey your code
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #19 (permalink)  
Old Jun 6th, 2006, 11:29
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: How important do you think liquid CSS is?

Anyway, Back on topic...

Liquid CSS, like anything else, has it's place. It is used to greatest effect in 3 column layouts to resize the middle column but it is also ok to use elsewhere.

I've found though, to get the best browser interoperability on your site, go for a fixed width that suits the largest percentage of your target audience. People on resolutions too low to view the site will be no stranger to our friend the scrollbar anyway.

If you make it too narrow you'll just upset the portion of the audience on big monitors or high resolutions.

Not only is broser optimizaton an issue, you have to consider if your site will be able to handle a liquid layout. If you use lot's of graphics then chances are it won't. In this case don't ruin your site just to get a liquid layout.. It probably isn't worth it.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #20 (permalink)  
Old Jun 9th, 2006, 06:42
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How important do you think liquid CSS is?

The choice is liquid for a maximum audience. It doesn't really matter then if they prefer thinner or wider widths of text, they simply adjust their browser width to exactly the size they want and walla!

Sure, certain designs aren't going to work as a fluid layout, but that doesn't mean you can't adjust the design to accomadate a fluid layout. Whether or not you ruin the site by forgoing certain graphics or features is very subjective. You could visit any site and find stuff that could be taken out and would never be missed. Some of the best sites I visit are extremely basic in design and have very minimal if any fluff. Some people call this boring... I call it unadulterated information!

Getting a fluid site to do what you want can be extremely frustrating, but you have to be willing to let CSS be CSS and learn to compromise and adapt. Try to think through issues logically. You will often realize that whatever it is giving you fits is doing so because you are attempting something that isn't supposed to happen logically. Make the necessary adjustments and continue on.
Reply With Quote
Reply

Tags
important, think, liquid, css

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixed Width or Liquid Layout? mwdesign Web Page Design 3 May 10th, 2008 08:46
Centering a webpage - Liquid pritmadlani Web Page Design 1 Mar 30th, 2008 23:38
Liquid Layouts and Max-Width Sporky Web Page Design 1 Jun 4th, 2007 21:33
Trying to create realistic liquid morph silvermario Flash & Multimedia Forum 1 Sep 30th, 2006 00:51
what's the point of liquid layouts? thadley Web Page Design 15 Mar 16th, 2006 03:24


All times are GMT. The time now is 16:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved